We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e024078 commit 3221f93Copy full SHA for 3221f93
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -113,7 +113,9 @@ private static List<PluginPair> DotNetPlugins(List<PluginMetadata> source)
113
114
plugins.Add(new PluginPair { Plugin = plugin, Metadata = metadata });
115
});
116
+
117
metadata.InitTime += milliseconds;
118
+ API.LogInfo(ClassName, $"Constructor cost for <{metadata.Name}> is <{metadata.InitTime}ms>");
119
}
120
121
if (erroredPlugins.Count > 0)
0 commit comments