mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Misc
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Wox.Infrastructure
|
||||
_stopwatch.Stop();
|
||||
long seconds = _stopwatch.ElapsedMilliseconds;
|
||||
_stopwatch.Start();
|
||||
Debug.WriteLine(_name + ":" + _stopwatch.ElapsedMilliseconds + "ms");
|
||||
Debug.WriteLine(_name + " : " + _stopwatch.ElapsedMilliseconds + "ms");
|
||||
return seconds;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user