System Trace, Summary : System Calls no wall-clock time

XCode 13.4.1 Instrucment: System Trace.

In Narrative, it show data with wall-clock time ,like "00:05.082.832 Called "psynch_cvwait" for 16.32 ms.".

In "Summary : System Calls " it just summary cpu time of "psynch_cvwait" but no wall-clock time,

but sometimes, I want to known the wall-clock time, and now I have to filter "psynch_cvwait" in Narrative , and add them manually.

Is it possible to add sum of wall-clock time in "Summary : System Calls " ?

Thanks

Hi ZoGo996,

This has been changed in Instruments 14.0 and above. Summary: System Calls detail now contains aggregate values of the system time (sum, min, avg, max, std-dev).

Please let us know if that works for you!

Kacper

System Trace, Summary : System Calls no wall-clock time
 
 
Q