Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/
Dhistogram.cc25 struct SampleInfo { struct
26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() argument
27 const std::string name_;
28 int last_; // Last added sample.
29 int total_; // Total number of added samples.
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.h60 struct SampleInfo { struct
77 std::map<uint64_t, SampleInfo> known_histograms_; argument
/external/v8/src/profiler/
Dprofile-generator.h348 struct SampleInfo { struct
370 const SampleInfo& sample(int index) const { return samples_[index]; } in sample() argument
/external/deqp/executor/
DxeTestCaseResult.hpp476 class SampleInfo : public Item class
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
/external/deqp/framework/common/
DtcuTestLog.cpp553 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
/external/v8/include/
Dv8.h2297 struct SampleInfo { struct
2298 size_t frames_count; // Number of frames collected.
2299 StateTag vm_state; // Current VM state.
2300 void* external_callback_entry; // External callback address if VM is
2302 void* top_context; // Incumbent native context address.