/external/chromium/base/metrics/ |
D | stats_counters.cc | 9 StatsCounter::StatsCounter(const std::string& name) in StatsCounter() function in base::StatsCounter 20 StatsCounter::~StatsCounter() { in ~StatsCounter() 23 void StatsCounter::Set(int value) { in Set() 29 void StatsCounter::Add(int value) { in Add() 35 StatsCounter::StatsCounter() in StatsCounter() function in base::StatsCounter 39 int* StatsCounter::GetPtr() { in GetPtr()
|
D | stats_table_unittest.cc | 90 StatsCounter zero_counter(kCounterZero); in Run() 91 StatsCounter lucky13_counter(kCounter1313); in Run() 92 StatsCounter increment_counter(kCounterIncrement); in Run() 93 StatsCounter decrement_counter(kCounterDecrement); in Run() 95 StatsCounter mixed_counter(kCounterMixed); // create this one in the loop in Run() 138 StatsCounter zero_counter(kCounterZero); in TEST_F() 139 StatsCounter lucky13_counter(kCounter1313); in TEST_F() 140 StatsCounter increment_counter(kCounterIncrement); in TEST_F() 141 StatsCounter decrement_counter(kCounterDecrement); in TEST_F() 142 StatsCounter mixed_counter(kCounterMixed); in TEST_F() [all …]
|
D | stats_counters.h | 50 base::StatsCounter counter(name); \ 78 class BASE_API StatsCounter { 81 explicit StatsCounter(const std::string& name); 82 virtual ~StatsCounter(); 116 StatsCounter(); 132 class BASE_API StatsCounterTimer : protected StatsCounter { 170 StatsCounter counter_; 171 StatsCounter largest_add_;
|
/external/v8/src/ |
D | v8-counters.cc | 43 StatsCounter name = { "c:" #caption, NULL, false };\ in Counters() 50 StatsCounter state_counters[] = { in Counters()
|
D | counters.h | 120 struct StatsCounter { struct 185 StatsCounter counter_; argument
|
D | v8-counters.h | 260 StatsCounter* name() { return &name##_; } 279 StatsCounter* state_counters(StateTag state) { in state_counters() 290 StatsCounter name##_; 303 StatsCounter state_counters_[kSlidingStateWindowCounterCount];
|
D | counters.cc | 43 int* StatsCounter::FindLocationInStatsTable() const { in FindLocationInStatsTable()
|
D | assembler.h | 537 explicit ExternalReference(StatsCounter* counter);
|
D | serialize.cc | 57 static int* GetInternalPointer(StatsCounter* counter) { in GetInternalPointer() 257 StatsCounter* (Counters::*counter)(); in PopulateTable()
|
D | assembler.cc | 610 ExternalReference::ExternalReference(StatsCounter* counter) in ExternalReference()
|
/external/chromium/net/socket/ |
D | tcp_client_socket_win.cc | 263 base::StatsCounter connects("tcp.connect"); in Connect() 544 base::StatsCounter read_bytes("tcp.read_bytes"); in Read() 574 base::StatsCounter writes("tcp.writes"); in Write() 596 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() 798 base::StatsCounter read_bytes("tcp.read_bytes"); in DidCompleteRead() 829 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite()
|
D | tcp_client_socket_libevent.cc | 172 base::StatsCounter connects("tcp.connect"); in Connect() 393 base::StatsCounter read_bytes("tcp.read_bytes"); in Read() 432 base::StatsCounter write_bytes("tcp.write_bytes"); in Write() 627 base::StatsCounter read_bytes("tcp.read_bytes"); in DidCompleteRead() 654 base::StatsCounter write_bytes("tcp.write_bytes"); in DidCompleteWrite()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 594 void SetCounter(StatsCounter* counter, int value); 595 void IncrementCounter(StatsCounter* counter, int value); 596 void DecrementCounter(StatsCounter* counter, int value); 597 void IncrementCounter(Condition cc, StatsCounter* counter, int value); 598 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
|
D | macro-assembler-ia32.cc | 1762 void MacroAssembler::SetCounter(StatsCounter* counter, int value) { in SetCounter() 1769 void MacroAssembler::IncrementCounter(StatsCounter* counter, int value) { in IncrementCounter() 1782 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter() 1796 StatsCounter* counter, in IncrementCounter() 1811 StatsCounter* counter, in DecrementCounter()
|
/external/chromium/net/udp/ |
D | udp_socket_libevent.cc | 185 base::StatsCounter write_bytes("udp.write_bytes"); in SendToOrWrite() 299 base::StatsCounter write_bytes("udp.write_bytes"); in DidCompleteWrite() 333 base::StatsCounter read_bytes("udp.read_bytes"); in InternalRecvFrom()
|
D | udp_socket_win.cc | 266 base::StatsCounter read_bytes("udp.read_bytes"); in ProcessSuccessfulRead() 293 base::StatsCounter write_bytes("udp.write_bytes"); in ProcessSuccessfulWrite()
|
/external/chromium/net/tools/fetch/ |
D | fetch_client.cc | 92 base::StatsCounter bytes_read("FetchClient.bytes_read"); in OnReadComplete() 105 base::StatsCounter requests("FetchClient.requests"); in OnRequestComplete()
|
/external/chromium/chrome/browser/ |
D | jankometer.cc | 120 base::StatsCounter slow_processing_counter_; // Msgs w/ long proc time. 121 base::StatsCounter queueing_delay_counter_; // Msgs w/ long queueing delay.
|
/external/chromium/net/spdy/ |
D | spdy_framer.cc | 932 base::StatsCounter compressed_frames("spdy.CompressedFrames"); in CompressFrameWithZStream() 933 base::StatsCounter pre_compress_bytes("spdy.PreCompressSize"); in CompressFrameWithZStream() 934 base::StatsCounter post_compress_bytes("spdy.PostCompressSize"); in CompressFrameWithZStream() 1000 base::StatsCounter decompressed_frames("spdy.DecompressedFrames"); in DecompressFrameWithZStream() 1001 base::StatsCounter pre_decompress_bytes("spdy.PreDeCompressSize"); in DecompressFrameWithZStream() 1002 base::StatsCounter post_decompress_bytes("spdy.PostDeCompressSize"); in DecompressFrameWithZStream()
|
D | spdy_session.cc | 289 base::StatsCounter spdy_sessions("spdy.sessions"); in InitializeWithSocket() 476 base::StatsCounter spdy_requests("spdy.requests"); in WriteSynStream() 797 base::StatsCounter abandoned_streams("spdy.abandoned_streams"); in CloseAllStreams() 798 base::StatsCounter abandoned_push_streams( in CloseAllStreams() 961 base::StatsCounter used_push_streams("spdy.claimed_push_streams"); in GetActivePushStream() 1125 base::StatsCounter push_requests("spdy.pushed_streams"); in OnSyn()
|
/external/chromium/webkit/glue/ |
D | webkitclient_impl.cc | 256 base::StatsCounter(name).Decrement(); in decrementStatsCounter() 260 base::StatsCounter(name).Increment(); in incrementStatsCounter()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 799 void SetCounter(StatsCounter* counter, int value, 801 void IncrementCounter(StatsCounter* counter, int value, 803 void DecrementCounter(StatsCounter* counter, int value,
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 799 void SetCounter(StatsCounter* counter, int value, 801 void IncrementCounter(StatsCounter* counter, int value, 803 void DecrementCounter(StatsCounter* counter, int value,
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1067 void SetCounter(StatsCounter* counter, int value); 1068 void IncrementCounter(StatsCounter* counter, int value); 1069 void DecrementCounter(StatsCounter* counter, int value);
|
D | macro-assembler-x64.cc | 2002 void MacroAssembler::SetCounter(StatsCounter* counter, int value) { in SetCounter() 2010 void MacroAssembler::IncrementCounter(StatsCounter* counter, int value) { in IncrementCounter() 2023 void MacroAssembler::DecrementCounter(StatsCounter* counter, int value) { in DecrementCounter()
|