OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Histogram
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
RetireControlUnitStatistics.h
39
using
Histogram
= std::map<unsigned, unsigned>;
40
Histogram
RetiredPerCycle;
DispatchStatistics.h
52
using
Histogram
= std::map<unsigned, unsigned>;
53
Histogram
DispatchGroupSizePerCycle;
SchedulerStatistics.h
65
using
Histogram
= std::map<unsigned, unsigned>;
66
Histogram
IssueWidthPerCycle;
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeAnalyzer.h
39
/// Print per-code
histogram
.
40
bool
Histogram
= false;
/src/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
48
static cl::opt<bool> NoHistogram("disable-
histogram
",
49
cl::desc("Do not print per-code
histogram
"));
101
O.
Histogram
= !NoHistogram;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winioctl.d
503
PHISTOGRAM_BUCKET
Histogram
;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp
692
// Print a
histogram
of the codes we see.
693
if (O.
Histogram
&& !Stats.CodeFreq.empty()) {
701
O.OS << "\tRecord
Histogram
:\n";
Completed in 20 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026