Home | History | Annotate | Download | only in benchmark

Lines Matching refs:SetLabel

439   //    state.SetLabel(StringPrintf("compress:%.1f%%", 100.0*compression));
445 void SetLabel(const char* label);
447 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) {
448 this->SetLabel(str.c_str());