microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Software Development Kit for the Microsoft Performance ToolKit
EngineCreateInfo only takes a `ReadOnlyDataSourceSet`. Also typo.
We should also not prevent the table from building when it's not found
This will help developers create a new SDK Plugin by reducing the amount of template code that must be written from scratch.
Add the following definitions: * Table Discovery * UIHints * DataSourceInfo
Right now, there's no clear way to "release" a SDK/WPA plugin so that it can easily, and directly, be consumed by WPA. The best solution right now is for us...
When a plugin asks the `ApplicationEnvironment` for a dynamic table builder, the only action it can perform is add the table. If a plugin encounters an error while creating the...
For data sources sourced from log files with absolute timestamps, I heavily prefer to display to the user the absolute timestamp as well as the calculated relative timestamp. The SDK...
Timestamp in the SDK is relative since start of DataSource. Using the Engine there doesn't seem to be an easy way to just get an absolute DateTime given a Timestamp....
The Engine always passes ProcessorOptions.Default when creating processors today. See Engine.CreateExecutors. We need a way to pass in custom options.