Quantcast
Channel: Windows Performance Toolkit (WPT) v5 forum
Viewing all articles
Browse latest Browse all 275

exporterconfig file format

$
0
0

I'm trying to use the -exporterconfig option with Win 10 version of WpaExporter.exe, so that I can specify multiple profiles with different time ranges, and get the following error:

Windows Performance Analyzer 10.0.10240.16384 (th1.150709-1700)
Could not deserialize file
The given exporter configuration file could not be exported.

This happens even with a simple config file like this:

{       "TraceNames" : [{                     "Key" : "trace1",                     "Value" : MyTraceFile.etl"              }       ],       "Profiles" : [{                     "Name" : "MyProfileFile.wpaProfile",                     "Traces" : [{                                  "Name" : "trace1",                                  "Slot" : 1                           }                     ]              }       ]
}

Could you tell me what is wrong with my config file or would you be able to provide an example of a working exportconfig file please?



Viewing all articles
Browse latest Browse all 275

Trending Articles