Lines Matching refs:caption
36 #define HT(name, caption) \
37 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate);
41 #define HP(name, caption) \
42 name##_ = Histogram(#caption, 0, 101, 100, isolate);
46 #define HM(name, caption) \
47 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
51 #define SC(name, caption) \
52 name##_ = StatsCounter(isolate, "c:" #caption);
91 #define HT(name, caption) name##_.Reset();
95 #define HP(name, caption) name##_.Reset();
99 #define HM(name, caption) name##_.Reset();