OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectTotalCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc
31
histograms.
ExpectTotalCount
("NaCl.Perf.StartupTime.LoadModule", 1);
32
histograms.
ExpectTotalCount
("NaCl.Perf.StartupTime.Total", 1);
33
histograms.
ExpectTotalCount
("NaCl.Perf.Size.Manifest", 1);
34
histograms.
ExpectTotalCount
("NaCl.Perf.Size.Nexe", 1);
36
histograms.
ExpectTotalCount
("NaCl.Options.PNaCl.OptLevel", 1);
37
histograms.
ExpectTotalCount
("NaCl.Perf.Size.Manifest", 1);
38
histograms.
ExpectTotalCount
("NaCl.Perf.Size.Pexe", 1);
39
histograms.
ExpectTotalCount
("NaCl.Perf.Size.PNaClTranslatedNexe", 1);
40
histograms.
ExpectTotalCount
("NaCl.Perf.Size.PexeNexeSizePct", 1);
41
histograms.
ExpectTotalCount
("NaCl.Perf.PNaClLoadTime.LoadCompiler", 1)
[
all
...]
/external/chromium_org/chrome/browser/accessibility/
browser_accessibility_state_browsertest.cc
22
histograms.
ExpectTotalCount
("Accessibility.State", 1);
24
histograms.
ExpectTotalCount
("Accessibility.WinScreenReader", 1);
26
histograms.
ExpectTotalCount
("Accessibility.CrosSpokenFeedback", 1);
/external/chromium_org/chrome/test/base/
uma_histogram_helper.h
30
void
ExpectTotalCount
(const std::string& name,
uma_histogram_helper.cc
47
void UMAHistogramHelper::
ExpectTotalCount
(
Completed in 31 milliseconds