mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-22 16:03:25 +00:00
test async: fix wrong time unit.
This commit is contained in:
parent
b46c151e1b
commit
6bd56e26c7
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void drawSwView(void* data, Eo* obj)
|
|||
|
||||
t4 = ecore_time_get();
|
||||
|
||||
printf("[%5d]: total[%fms] = clear[%fms], update[%fms], render[%fms]\n", ++cnt, t4 - t1, t2 - t1, t3 - t2, t4 - t3);
|
||||
printf("[%5d]: total[%fs] = clear[%fs], update[%fs], render[%fs]\n", ++cnt, t4 - t1, t2 - t1, t3 - t2, t4 - t3);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue