microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Software Development Kit for the Microsoft Performance ToolKit
Column parameters offer ways to customize a column. Some of these are hard-coded into WPA at the moment. For example, the DataTableGenerator.GetDefaultPresetParameterForType() will generate default column parameters for Timestamp and...
Zack and Jayson were talking, and we believe we should create a new interface that custom data sources may implement in order to group multiple files/sources - as optional functionality...
This provides us with a way of logging different aspects of code as different channels. Eventually, this can add a UI around this, but just having the plumbing in place...
DateTime wallclocks may not be precise enough, consider timestamps offset from Unix epoch instead?
This will be a breaking change, but one that we're willing to take given that it will allow greater precision going forward. We discussed two options: 1: The custom data...
Could be used to prevent tables from accessing the streaming output when its not needed
If a cooker throws during processing, we should have a option to continue processing other cookers. Maybe different level, aka mark as optional?
We'll need a new optional interface for source data cookers that allows them to forward events, converted into a universal format. I was thinking something like IEventProducer, but we can...
As an example, a source data cooker who's TKey is a string should be able to specify a regular expression for matching.