OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistogramBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/metrics/
histogram_base.cc
40
HistogramBase
* DeserializeHistogramInfo(PickleIterator* iter) {
61
const
HistogramBase
::Sample
HistogramBase
::kSampleType_MAX = INT_MAX;
63
HistogramBase
::
HistogramBase
(const std::string& name)
67
HistogramBase
::~
HistogramBase
() {}
69
void
HistogramBase
::SetFlags(int32 flags) {
73
void
HistogramBase
::ClearFlags(int32 flags) {
77
void
HistogramBase
::AddTime(const TimeDelta& time)
[
all
...]
histogram_base.h
23
class
HistogramBase
;
30
//
HistogramBase
, add new histogram types and names below.
44
BASE_EXPORT_PRIVATE
HistogramBase
* DeserializeHistogramInfo(
49
class BASE_EXPORT
HistogramBase
{
82
explicit
HistogramBase
(const std::string& name);
83
virtual ~
HistogramBase
();
164
DISALLOW_COPY_AND_ASSIGN(
HistogramBase
);
Completed in 25 milliseconds