Home | History | Annotate | Download | only in src

Lines Matching refs:tracer

1309     Tag(HTracer* tracer, const char* name) {
1311 tracer_ = tracer;
1312 tracer->PrintIndent();
1313 tracer->trace_.Add("begin_%s\n", name);
1314 tracer->indent_++;