Hi,
I found a new duration kind is added to chrome://tracing result view, it is called "Wall Duration". What does it stand for from cpu profiling perspective?
For example, the below is a example of ThreadProxy::BeginFrame tracing result:
Start 5179.077 ms
Wall Duration 17.242 ms
CPU Duration 8.361 ms
Self Time 0.061 ms
CPU Self Time 0.153 ms
The result shows the Wall Duration is 17.242ms, while CPU duration 8.361ms.
Can we trust "Wall Duration" as the overhead of a code block traced?
Thanks...Hongbo