mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Merge branch 'V1.1.0' of https://github.com/qianlifeng/Wox into V1.1.0
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Wox.Test
|
||||
{
|
||||
long oldWorkingSet = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64;
|
||||
MFTSearcher.IndexAllVolumes();
|
||||
GC.Collect();
|
||||
long newWorkingSet = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64;
|
||||
Console.WriteLine(string.Format("Index: {0}M", (newWorkingSet - oldWorkingSet)/(1024*1024)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user