template <class T>
class Interceptor
Defined at line 249 of file ../../third_party/perfetto/include/perfetto/tracing/interceptor.h
Templated interceptor instantiation. See above for usage.
Public Methods
template <class... Args>
void Register (const InterceptorDescriptor & descriptor, const Args &... constructor_args)
Register the interceptor for use in tracing sessions.
The optional |constructor_args| will be passed to the interceptor when it
is constructed.
Defined at line 329 of file ../../third_party/perfetto/include/perfetto/tracing/interceptor.h