projects
/
profile
/
mobile
/
apps
/
native
/
clock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3ab87
)
[StopWatch] Do not reset time on resume.
36/105836/1
author
Kamil Lipiszko
<k.lipiszko@samsung.com>
Mon, 19 Dec 2016 16:35:15 +0000
(17:35 +0100)
committer
Kamil Lipiszko
<k.lipiszko@samsung.com>
Mon, 19 Dec 2016 16:35:51 +0000
(17:35 +0100)
Change-Id: I78bd23f4593a3c66af10f64d551cc99392198779
clock/inc/Model/Counter.h
patch
|
blob
|
history
diff --git
a/clock/inc/Model/Counter.h
b/clock/inc/Model/Counter.h
index
8170341
..
6ec3035
100644
(file)
--- a/
clock/inc/Model/Counter.h
+++ b/
clock/inc/Model/Counter.h
@@
-46,8
+46,6
@@
namespace model {
bool Run()
{
- Reset();
-
start_time_ = GetTimeSinceEpoch();
if (start_time_.count() < 0)
return false;