This commit is contained in:
bao-qian
2015-11-02 00:09:42 +00:00
parent bfa0db3ba3
commit a3117fa61d
4 changed files with 14 additions and 12 deletions

View File

@@ -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;
}
}