Lines Matching refs:name

24  * neither the name of the copyright holders nor the names of its
169 Text::statName(const std::string &name) const
172 return name;
174 return csprintf("%s.%s", path.top(), name);
178 Text::beginGroup(const char *name)
181 path.push(name);
183 path.push(csprintf("%s.%s", path.top(), name));
230 string name;
271 ccprintf(stream, "%-40s %12s %10s %10s", name,
284 string name;
311 string base = name + separatorString;
314 print.name = name;
327 // base name.
329 print.name = base + (havesub ? subnames[0] : std::to_string(0));
337 ccprintf(stream, "%-40s", name);
345 print.name = base + (havesub ? subnames[i] : std::to_string(i));
364 print.name = base + "total";
373 string name;
399 name = info.name + "_" +
409 name = text->statName(info.name);
421 string base = name + separatorString;
432 print.name = base + "bucket_size";
436 print.name = base + "min_bucket";
440 print.name = base + "max_bucket";
445 print.name = base + "samples";
449 print.name = base + "mean";
454 print.name = base + "gmean";
463 print.name = base + "stdev";
486 print.name = base + "underflows";
492 ccprintf(stream, "%-40s", name);
505 print.name = namestr.str();
519 print.name = base + "overflows";
528 print.name = base + "min_value";
534 print.name = base + "max_value";
539 print.name = base + "total";
552 print.name = statName(info.name);
572 print.name = statName(info.name);
647 print.name = statName(
648 info.name + "_" +
661 print.name = statName(info.name);
704 string name;
729 name = text->statName(info.name);
741 string base = name + separatorString;
751 print.name = base + "samples";
761 print.name = namestr.str();