microsoft-performance-toolkit-sdk icon indicating copy to clipboard operation
microsoft-performance-toolkit-sdk copied to clipboard

Software Development Kit for the Microsoft Performance ToolKit

Results 73 microsoft-performance-toolkit-sdk issues
Sort by recently updated
recently updated
newest added

EngineCreateInfo only takes a `ReadOnlyDataSourceSet`. Also typo.

This will help developers create a new SDK Plugin by reducing the amount of template code that must be written from scratch.

good first issue

Add the following definitions: * Table Discovery * UIHints * DataSourceInfo

documentation

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...

wpa

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.