Better name

Timeit.Stopwatch -> Stopwatch.Normal
Timeit.StopwatchDebug -> Stopwatch.Debug
This commit is contained in:
bao-qian
2015-11-04 21:49:36 +00:00
parent df0f310ddd
commit 59a4abff7c
7 changed files with 20 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ using Wox.Helper;
using Wox.Infrastructure;
using Wox.Plugin;
using Application = System.Windows.Forms.Application;
using Stopwatch = Wox.Infrastructure.Stopwatch;
namespace Wox
{
@@ -329,7 +330,7 @@ namespace Wox
private void OnThemeTabSelected()
{
Timeit.StopwatchDebug("theme load", () =>
Stopwatch.Debug("theme load", () =>
{
var s = Fonts.SystemFontFamilies;
});