OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampled_profiles
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h
35
// Stores collected perf data protobufs in |
sampled_profiles
|. Clears all the
36
// stored profile data. Returns true if it wrote to |
sampled_profiles
|.
37
bool GetSampledProfiles(std::vector<SampledProfile>*
sampled_profiles
);
chromeos_metrics_provider.cc
198
std::vector<SampledProfile>
sampled_profiles
;
local
199
if (perf_provider_.GetSampledProfiles(&
sampled_profiles
)) {
200
for (std::vector<SampledProfile>::iterator iter =
sampled_profiles
.begin();
201
iter !=
sampled_profiles
.end();
perf_provider_chromeos.cc
159
std::vector<SampledProfile>*
sampled_profiles
) {
166
sampled_profiles
->swap(cached_perf_data_);
Completed in 141 milliseconds