Add trace_analysis/tests/data/sample_trace.json
This commit is contained in:
parent
22488407d2
commit
962a5444bd
1 changed files with 32 additions and 0 deletions
32
trace_analysis/tests/data/sample_trace.json
Normal file
32
trace_analysis/tests/data/sample_trace.json
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 0.001,
|
||||||
|
"cpu_path": "CPU0",
|
||||||
|
"reorder_score": 0.0,
|
||||||
|
"mixed_snapshot_signature_count": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 0.005,
|
||||||
|
"cpu_path": "CPU1",
|
||||||
|
"reorder_score": 0.15,
|
||||||
|
"mixed_snapshot_signature_count": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 0.010,
|
||||||
|
"cpu_path": "CPU1",
|
||||||
|
"reorder_score": 0.05,
|
||||||
|
"mixed_snapshot_signature_count": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 0.020,
|
||||||
|
"cpu_path": "CPU2",
|
||||||
|
"reorder_score": 0.25,
|
||||||
|
"mixed_snapshot_signature_count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 0.025,
|
||||||
|
"cpu_path": "CPU0",
|
||||||
|
"reorder_score": 0.10,
|
||||||
|
"mixed_snapshot_signature_count": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue