OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:big_o
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
console_reporter.cc
140
std::string
big_o
= GetBigOString(result.complexity);
local
141
printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time,
big_o
.c_str(),
142
cpu_time,
big_o
.c_str());
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
console_reporter.cc
134
std::string
big_o
= GetBigOString(result.complexity);
local
135
printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time,
big_o
.c_str(),
136
cpu_time,
big_o
.c_str());
Completed in 18 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026