Lines Matching defs:base
58 #include "base/stats/text.hh"
66 #include "base/cast.hh"
67 #include "base/logging.hh"
68 #include "base/stats/info.hh"
69 #include "base/str.hh"
311 string base = name + separatorString;
327 // base name.
329 print.name = base + (havesub ? subnames[0] : std::to_string(0));
345 print.name = base + (havesub ? subnames[i] : std::to_string(i));
364 print.name = base + "total";
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";
497 namestr << base;
519 print.name = base + "overflows";
528 print.name = base + "min_value";
534 print.name = base + "max_value";
539 print.name = base + "total";
741 string base = name + separatorString;
751 print.name = base + "samples";
758 namestr << base;