This is a tool to simplify testing. It generates a valid contextual profile file from a json representation. The tool is authored to allow for future evolution, e.g. if we want to support profile merging or other tasks, not necessarily scoped to testing.
48 lines
604 B
JSON
48 lines
604 B
JSON
[
|
|
{
|
|
"Guid": 1000,
|
|
"Counters": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"Callsites": [
|
|
[],
|
|
[
|
|
{
|
|
"Guid": 2000,
|
|
"Counters": [
|
|
4,
|
|
5
|
|
]
|
|
},
|
|
{
|
|
"Guid": 18446744073709551613,
|
|
"Counters": [
|
|
6,
|
|
7,
|
|
8
|
|
]
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"Guid": 3000,
|
|
"Counters": [
|
|
40,
|
|
50
|
|
]
|
|
}
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"Guid": 18446744073709551612,
|
|
"Counters": [
|
|
5,
|
|
9,
|
|
10
|
|
]
|
|
}
|
|
]
|