Fixed starting in profiler.

This commit is contained in:
Evgeny Gerashchenko
2013-05-30 12:53:26 +04:00
committed by Natalia.Ukhorskaya
parent 5a50caa8ac
commit 92bc46ab8f
@@ -116,7 +116,7 @@ public class Profiler {
}
public Profiler start() {
if (!paused) {
if (paused) {
start = System.nanoTime();
paused = false;
}