Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter performance timer

Stopwatch stopwatch = new Stopwatch()..start();
doSomething();
print('doSomething() executed in ${stopwatch.elapsed}');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #performance #timer
ADD COMMENT
Topic
Name
1+4 =