mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Add init time and query time to setting view
This commit is contained in:
@@ -10,6 +10,12 @@ namespace Wox.Plugin
|
||||
public IPlugin Plugin { get; set; }
|
||||
public PluginMetadata Metadata { get; set; }
|
||||
|
||||
internal long InitTime { get; set; }
|
||||
|
||||
internal long AvgQueryTime { get; set; }
|
||||
|
||||
internal int QueryCount { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Metadata.Name;
|
||||
|
||||
Reference in New Issue
Block a user