projects
/
platform
/
core
/
uifw
/
libscl-ui-nui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80547e
)
Fix typo
50/281450/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 19 Sep 2022 06:31:09 +0000
(15:31 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 19 Sep 2022 06:31:09 +0000
(15:31 +0900)
Change-Id: I9982711e20221a4f5b0b905d0fa55ff3199df3c4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
scl/scldebug.cpp
patch
|
blob
|
history
diff --git
a/scl/scldebug.cpp
b/scl/scldebug.cpp
index 8bc84991f0dc1a5caa42daa1fbe8dd2a188c886c..3f947f6218e199d16b158e5742aabbfc38ffbc6e 100644
(file)
--- a/
scl/scldebug.cpp
+++ b/
scl/scldebug.cpp
@@
-22,11
+22,11
@@
#ifdef SCL_DEBUG_ON
-/* Measure elap
a
sed time */
+/* Measure elapsed time */
static float
_SCL_DEBUG_ELAPSED_TIME(const char* str, struct timeval t0, struct timeval t1);
-/* Measure elap
a
sed time */
+/* Measure elapsed time */
float SCL_DEBUG_TIME(const char* fileStr, int line, const char* str)
{
float etime = 0.0;