Searched refs:SetLabel (Results 1 – 8 of 8) sorted by relevance
84 st.SetLabel(label); in BM_extra_args()123 st.SetLabel(x); in TestRegistrationAtRuntime()
60 state.SetLabel(ss.str()); in BM_Factorial()70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
158 state.SetLabel("some label"); in BM_label()
56 State.SetLabel((Twine(Configuration.Name) + "," + Distribution.Name).str()); in ~Runner()
168 .def("set_label", (void(State::*)(const char*)) & State::SetLabel) in PYBIND11_MODULE()
723 void SetLabel(const char* label);725 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function726 this->SetLabel(str.c_str()); in SetLabel()
1136 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local1137 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()1138 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
223 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State