Lines Matching refs:output_
337 if (fprintf(output_, "\n") < 0) {
340 if (fprintf(output_, "Event: %s (type %" PRIu32 " id %" PRIu64 ")\n", config.eventName_.c_str(),
344 if (fprintf(output_, "Samples Count: %" PRIu64 "\n", config.sampleCount_) < 0) {
348 fprintf(output_, "Time in ns: ");
350 fprintf(output_, "Event Count: ");
352 fprintf(output_, "%" PRIu64 "\n", config.eventCount_);
359 if (fprintf(output_, "%-*s ", FULL_PERCENTAGE_LEN, head.c_str()) < 0) {
365 fprintf(output_, "%-*s ", FULL_PERCENTAGE_DIFF_LEN, diff.c_str());
383 if (fprintf(output_, "%-*s ", (remainingWidth > 0) ? static_cast<unsigned int>(key.maxLen_) : 0,
390 if (fprintf(output_, "\n") < 0) {
405 fprintf(output_, "%*s", indent, " ");
406 fprintf(output_, "%*s ", FULL_PERCENTAGE_NUM_LEN, " ");
408 fprintf(output_, "%*s", indent, "|- ");
409 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, heat);
412 fprintf(output_, "%" PRIu64 "/%" PRIu64 " %s\n", eventCount, totalEventCount,
415 fprintf(output_, "%s\n", funcName.data());
491 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, reportItem.heat);
511 if (fprintf(output_, "%s ", reportKey.GetValue(reportItem).c_str()) < 0) {
515 if (fprintf(output_, "\n") < 0) {
523 fprintf(output_, "something error , all it is end.\n");
526 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, heat);
527 fprintf(output_, "%*s ", FULL_PERCENTAGE_DIFF_LEN, "");
530 fprintf(output_, "%*s ", FULL_PERCENTAGE_LEN, "");
531 fprintf(output_, "%+*.2f%% ", FULL_PERCENTAGE_DIFF_NUM_LEN, heat2);
533 fprintf(output_, "%s%*.2f%%%s ", TEXT_RED.c_str(), FULL_PERCENTAGE_NUM_LEN, heat,
535 fprintf(output_, "%s%+*.2f%%%s ", TEXT_GREEN.c_str(), FULL_PERCENTAGE_DIFF_NUM_LEN,
538 fprintf(output_, "%s%*.2f%%%s ", TEXT_GREEN.c_str(), FULL_PERCENTAGE_NUM_LEN, heat,
540 fprintf(output_, "%s%+*.2f%%%s ", TEXT_RED.c_str(), FULL_PERCENTAGE_DIFF_NUM_LEN,
544 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, heat);
545 fprintf(output_, "%+*.2f%% ", FULL_PERCENTAGE_DIFF_NUM_LEN, heat2 - heat);
600 output_ = output;
612 output_ = output;