Skip to content

Commit 1a1a8f7

Browse files
committed
also check for wall-time
1 parent a3abdf3 commit 1a1a8f7

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

scenarios/python_cpu/expected_profile.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,37 @@
3131
]
3232
}
3333
]
34+
},
35+
{
36+
"profile-type": "wall-time",
37+
"stack-content": [
38+
{
39+
"regular_expression": "\u003cmodule\u003e;main;b",
40+
"value": 666666666,
41+
"error_margin": 5,
42+
"labels": [
43+
{
44+
"key": "thread name",
45+
"values": [
46+
"MainThread"
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"regular_expression": "\u003cmodule\u003e;main;a",
53+
"value": 333333333,
54+
"error_margin": 5,
55+
"labels": [
56+
{
57+
"key": "thread name",
58+
"values": [
59+
"MainThread"
60+
]
61+
}
62+
]
63+
}
64+
]
3465
}
3566
]
3667
}

0 commit comments

Comments
 (0)