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
Post a Comment