HomeSort by relevance Sort by last modified time
    Searched defs:samples_count (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpp/
diff_container.cpp 110 total1(pc1.samples_count()), total2(pc2.samples_count())
156 count_array_t const diff_container::samples_count() const function in class:diff_container
profile_container.cpp 219 // FIXME: is samples_count() the right interface now ?
220 count_array_t counts = samples_count(*it);
247 count_array_t profile_container::samples_count() const function in class:profile_container
282 count_array_t profile_container::samples_count(debug_name_id filename_id) const function in class:profile_container
288 count_array_t profile_container::samples_count(debug_name_id filename, function in class:profile_container
callgraph_container.cpp 413 total_count = pc.samples_count();
597 count_array_t callgraph_container::samples_count() const function in class:callgraph_container
  /external/chromium_org/v8/src/
profile-generator.h 185 int samples_count() const { return samples_.length(); } function in class:v8::internal::CpuProfile

Completed in 430 milliseconds