Skip to content

Instantly share code, notes, and snippets.

@alexshyba
Created August 14, 2013 17:20
Show Gist options
  • Save alexshyba/6233256 to your computer and use it in GitHub Desktop.
Save alexshyba/6233256 to your computer and use it in GitHub Desktop.
var config = new JetBrains.dotTrace.Api.SaveSnapshotProfilingConfig(@"C:\perflog\publish_profiling\")
{
ProfilingControlKind = JetBrains.dotTrace.Api.ProfilingControlKind.API,
TempPath = @"C:\perflog\publish_profiling\temp",
//changed this
RedistPath = @"C:\perflog\Redist\",
SavePath = @"C:\perflog\publish_profiling\",
SnapshotFormat = JetBrains.dotTrace.Api.SnapshotFormat.Compressed,
CoreLogMask = 6,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment