| /external/perf_data_converter/src/quipper/ |
| perf_parser.h | 182 const PerfEventStats& stats() const { return stats_; } 185 PerfEventStats* mutable_stats() { return &stats_; } 265 PerfEventStats stats_; member in class:quipper::PerfParser
|
| /external/tensorflow/tensorflow/cc/profiler/ |
| profiler.h | 90 std::unique_ptr<TFStats> stats_; member in class:tensorflow::tfprof::Profiler
|
| /external/webrtc/webrtc/video/ |
| send_statistics_proxy.h | 136 VideoSendStream::Stats stats_ GUARDED_BY(crit_);
|
| /external/syslinux/core/lwip/src/include/lwip/ |
| stats.h | 113 struct stats_ { struct 149 extern struct stats_ lwip_stats;
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| neteq_impl.cc | 332 stats_.GetNetworkStatistics(fs_hz_, total_samples_in_buffers, [all...] |
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| buffer_assignment.cc | 415 stats_.parameter_allocation_count++; 416 stats_.parameter_allocation_bytes += allocation.size(); 419 stats_.maybe_live_out_allocation_count++; 420 stats_.maybe_live_out_allocation_bytes += allocation.size(); 423 stats_.preallocated_temp_allocation_count++; 424 stats_.preallocated_temp_allocation_bytes += allocation.size(); 426 stats_.total_allocation_count++; 427 stats_.total_allocation_bytes += allocation.size(); 443 stats_.total_fragmentation_bytes = stats_.total_allocation_bytes - min_size [all...] |
| /external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
| video_quality_measurement.cc | 360 for (unsigned int i = 0; i < stats.stats_.size(); ++i) { 361 const webrtc::test::FrameStatistic& f = stats.stats_[i]; 438 for (unsigned int i = 0; i < stats.stats_.size(); ++i) { 439 const webrtc::test::FrameStatistic& f = stats.stats_[i]; 530 assert(frame_number == static_cast<int>(stats.stats_.size()));
|
| /external/webrtc/webrtc/modules/rtp_rtcp/source/ |
| rtcp_receiver_unittest.cc | 987 RtcpStatistics stats_; member in class:webrtc::__anon44268::RtcpCallbackImpl [all...] |
| /art/compiler/driver/ |
| compiler_driver.cc | 287 stats_(new AOTCompilationStats), 377 stats_->Dump(); [all...] |
| /art/compiler/optimizing/ |
| licm.cc | 159 MaybeRecordStat(stats_, MethodCompilationStat::kLoopInvariantMoved);
|
| select_generator.cc | 176 MaybeRecordStat(stats_, MethodCompilationStat::kSelectGenerated);
|
| instruction_simplifier.cc | 43 stats_(stats) {} 51 MaybeRecordStat(stats_, MethodCompilationStat::kInstructionSimplifications); 126 OptimizingCompilerStats* stats_; member in class:art::InstructionSimplifierVisitor 142 InstructionSimplifierVisitor visitor(graph_, codegen_, compiler_driver_, stats_); 556 if (stats_ != nullptr) { 557 stats_->RecordStat(MethodCompilationStat::kRemovedNullCheck); 626 MaybeRecordStat(stats_, MethodCompilationStat::kRemovedCheckedCast); 636 MaybeRecordStat(stats_, MethodCompilationStat::kRemovedCheckedCast); 666 MaybeRecordStat(stats_, MethodCompilationStat::kRemovedInstanceOf); 677 MaybeRecordStat(stats_, MethodCompilationStat::kRemovedInstanceOf) [all...] |
| intrinsics.cc | 190 MaybeRecordStat(stats_, MethodCompilationStat::kIntrinsicRecognized);
|
| prepare_for_register_allocation.cc | 197 MaybeRecordStat(stats_,
|
| /external/syslinux/core/lwip/src/core/ |
| stats.c | 49 struct stats_ lwip_stats;
|
| /external/webrtc/talk/app/webrtc/ |
| rtpsender.h | 121 StatsCollector* stats_; member in class:webrtc::AudioRtpSender
|
| peerconnection.cc | 644 stats_.reset(new StatsCollector(this)); 707 stats_->AddStream(local_stream); 764 new_sender = new AudioRtpSender(session_.get(), stats_.get()); 807 stats_->UpdateStats(level); [all...] |
| peerconnection.h | 389 // ... But stats_ depends on session_ so it should be destroyed even earlier. 390 rtc::scoped_ptr<StatsCollector> stats_; member in class:webrtc::PeerConnection
|
| /external/v8/src/ |
| counters.h | 927 RuntimeCallStats* stats_ = nullptr; member in class:v8::internal::RuntimeCallTimerScope [all...] |
| /external/webrtc/webrtc/modules/video_coding/codecs/test/ |
| videoprocessor_integrationtest.cc | 110 webrtc::test::Stats stats_; member in class:webrtc::VideoProcessorIntegrationTest 226 config_, &stats_); 491 EXPECT_EQ(num_frames + 1, static_cast<int>(stats_.stats_.size())); 510 stats_.PrintSummary(); [all...] |
| /art/runtime/base/ |
| arena_allocator.cc | 519 stats_(stats), 526 stats_->Dump(os, first_arena_, lost_bytes_adjustment_);
|
| arena_allocator.h | 423 const ArenaAllocatorStats* const stats_; member in class:art::MemStats
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| step_stats_collector.cc | 42 : stats_(stats) {} 46 AllocatorMemoryUsed* memory = stats_->add_memory();
|
| /tools/dexter/dexter/ |
| dexter.cc | 88 stats_ = true; 397 if (stats_) {
|
| /test/vts-testcase/fuzz/iface_fuzzer/ |
| ProtoFuzzerRunner.cpp | 199 stats_.RegisterTouch(iface_name, func_spec.name());
|