OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Statistic
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/ADT/
Statistic.h
1
//===-- llvm/ADT/
Statistic
.h - Easy way to expose stats ---------*- C++ -*-===//
10
// This file defines the '
Statistic
' class, which is designed to be an easy way
18
// static
Statistic
NumInstsKilled("gcse", "Number of instructions killed");
37
class
Statistic
{
58
const
Statistic
&operator=(unsigned Val) {
63
const
Statistic
&operator++() {
79
const
Statistic
&operator--() {
91
const
Statistic
&operator+=(const unsigned &V) {
97
const
Statistic
&operator-=(const unsigned &V) {
103
const
Statistic
&operator*=(const unsigned &V)
[
all
...]
/external/llvm/lib/Support/
Statistic.cpp
1
//===--
Statistic
.cpp - Easy way to expose stats information --------------===//
10
// This file implements the '
Statistic
' class, which is designed to be an easy
18
// static
Statistic
NumInstEliminated("GCSE", "Number of instructions killed");
24
#include "llvm/ADT/
Statistic
.h"
48
/// on demand (when the first
statistic
is bumped) and destroyed only when
51
std::vector<const
Statistic
*> Stats;
57
void addStatistic(const
Statistic
*S) {
66
/// RegisterStatistic - The first time a
statistic
is bumped, this method is
68
void
Statistic
::RegisterStatistic() {
69
// If stats are enabled, inform StatInfo that this
statistic
should b
[
all
...]
Android.mk
68
Statistic
.cpp \
/external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h
452
struct
Statistic
{
651
// Each
statistic
is reported in dB.
659
AudioProcessing::
Statistic
residual_echo_return_loss;
662
AudioProcessing::
Statistic
echo_return_loss;
665
AudioProcessing::
Statistic
echo_return_loss_enhancement;
668
AudioProcessing::
Statistic
a_nlp;
[
all
...]
/external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
32
#include "llvm/ADT/
Statistic
.h"
53
STATISTIC
(NumCondBranches, "Number of conditional branches");
54
STATISTIC
(NumUncondBranches, "Number of unconditional branches");
55
STATISTIC
(CondBranchTakenFreq,
57
STATISTIC
(UncondBranchTakenFreq,
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
37
#include "llvm/ADT/
Statistic
.h"
161
STATISTIC
(NumNoops, "Number of no-op objc calls eliminated");
162
STATISTIC
(NumPartialNoops, "Number of partially no-op objc calls eliminated");
163
STATISTIC
(NumAutoreleases,"Number of autoreleases converted to releases");
164
STATISTIC
(NumRets, "Number of return value forwarding "
166
STATISTIC
(NumRRs, "Number of retain+release paths eliminated");
167
STATISTIC
(NumPeeps, "Number of calls peephole-optimized");
169
STATISTIC
(NumRetainsBeforeOpt,
171
STATISTIC
(NumReleasesBeforeOpt,
173
STATISTIC
(NumRetainsAfterOpt
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
207
void TestStats(const AudioProcessing::
Statistic
& test,
208
const audioproc::Test::
Statistic
& reference) {
215
void WriteStatsMessage(const AudioProcessing::
Statistic
& output,
216
audioproc::Test::
Statistic
* msg) {
[
all
...]
process_test.cc
48
void PrintStat(const AudioProcessing::
Statistic
& stat) {
[
all
...]
/prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar
jill-4.7.BETA.jar
Completed in 110 milliseconds