Lines Matching refs:StringPrintf
496 os << StringPrintf("%cversion\n", kTraceTokenChar);
497 os << StringPrintf("%d\n", GetTraceVersion(clock_source_));
498 os << StringPrintf("data-file-overflow=%s\n", overflow_ ? "true" : "false");
501 os << StringPrintf("clock=dual\n");
503 os << StringPrintf("clock=thread-cpu\n");
506 os << StringPrintf("clock=wall\n");
508 os << StringPrintf("elapsed-time-usec=%llu\n", elapsed);
510 os << StringPrintf("num-method-calls=%zd\n", num_records);
511 os << StringPrintf("clock-call-overhead-nsec=%d\n", clock_overhead_ns);
512 os << StringPrintf("vm=art\n");
514 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS));
515 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES));
516 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS));
518 os << StringPrintf("%cthreads\n", kTraceTokenChar);
520 os << StringPrintf("%cmethods\n", kTraceTokenChar);
522 os << StringPrintf("%cend\n", kTraceTokenChar);
540 std::string detail(StringPrintf("Trace data write failed: %s", strerror(errno)));
668 os << StringPrintf("%p\t%s\t%s\t%s\t%s\n", method,