You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The uftrace live tool only shows the results of function calling stack after the program finishes execution. It misses the live meaning. So can you teach me how to show the calling process during execution in real time ? thanks.
The text was updated successfully, but these errors were encountered:
Also, it’s close to near real-time, but not truly real-time. I think we need a staging process for the recorded data.
To test it easily, a good starting point would be to break the program using gdb and then run uftrace replay in the relevant directory.
The uftrace live tool only shows the results of function calling stack after the program finishes execution. It misses the live meaning. So can you teach me how to show the calling process during execution in real time ? thanks.
The text was updated successfully, but these errors were encountered: