Home | History | Annotate | Download | only in src

Lines Matching full:caption

58 #define HT(name, caption) \
59 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate);
63 #define HP(name, caption) \
64 name##_ = Histogram(#caption, 0, 101, 100, isolate);
68 #define HM(name, caption) \
69 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
73 #define SC(name, caption) \
74 name##_ = StatsCounter(isolate, "c:" #caption);
113 #define SC(name, caption) name##_.Reset();
145 #define HT(name, caption) name##_.Reset();
149 #define HP(name, caption) name##_.Reset();
153 #define HM(name, caption) name##_.Reset();