mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
refactoring stopwatch
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Wox.Infrastructure.Image
|
||||
}
|
||||
Task.Run(() =>
|
||||
{
|
||||
Stopwatch.Debug("Preload images from cache", () =>
|
||||
Stopwatch.Normal("Preload images from cache", () =>
|
||||
{
|
||||
_cache.TopUsedImages.AsParallel().Where(i => !ImageSources.ContainsKey(i.Key)).ForAll(i =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user