How Google Chrome's chrome://tracing implemented? -


is specific x86_* cpu? or applicable all?

what library/3rd_party code used make work?

finally understood how about://tracing works without digging source code.

http://www.chromium.org/developers/how-tos/trace-event-profiling-tool/tracing-event-instrumentation explains more details chrome's tracing.

actually manually added instrumentation points inserted source developers.

#include <base/debug/trace_event.h> 

above header contains abstractions ease that.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -