/external/v8/src/profiler/ |
D | tick-sample.cc | 153 bool update_stats, in Init() argument 155 this->update_stats = update_stats; in Init() 271 RecordCEntryFrame record_c_entry_frame, bool update_stats, in Init() argument 274 record_c_entry_frame, update_stats, in Init()
|
D | profile-generator.cc | 319 int src_line, bool update_stats) { in AddPathFromEnd() argument 330 if (update_stats) { in AddPathFromEnd() 408 bool update_stats) { in AddPath() argument 410 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath() 628 int src_line, bool update_stats) { in AddPathToCurrentProfiles() argument 634 current_profiles_[i]->AddPath(timestamp, path, src_line, update_stats); in AddPathToCurrentProfiles() 741 sample.update_stats); in RecordTickSample()
|
D | profile-generator.h | 234 bool update_stats = true); 275 int src_line, bool update_stats); 351 int src_line, bool update_stats);
|
D | tick-sample.h | 19 RecordCEntryFrame record_c_entry_frame, bool update_stats,
|
D | cpu-profiler.cc | 78 bool update_stats) { in AddCurrentStack() argument 88 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
|
D | cpu-profiler.h | 145 void AddCurrentStack(Isolate* isolate, bool update_stats = false);
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler.py | 198 def update_stats(self, stamp_token, example_partition_ids, gradients, member in DenseSplitHandler 233 update_stats = self._stats_accumulator.schedule_add( 235 return control_flow_ops.no_op(), [update_quantiles, update_stats] 338 def update_stats(self, stamp_token, example_partition_ids, gradients, member in SparseSplitHandler 376 update_stats = self._stats_accumulator.schedule_add( 378 return (control_flow_ops.no_op(), [update_quantiles, update_stats])
|
D | base_split_handler.py | 71 def update_stats(self, stamp_token, example_partition_ids, gradients, member in BaseSplitHandler 121 update_1, scheduled_updates = self.update_stats(
|
D | categorical_split_handler.py | 84 def update_stats(self, stamp_token, example_partition_ids, gradients, member in EqualitySplitHandler
|
/external/autotest/client/site_tests/platform_AesThroughput/ |
D | platform_AesThroughput.py | 24 self.update_stats(parsed) 55 def update_stats(self, keyvals): member in platform_AesThroughput
|
/external/v8/include/ |
D | v8-profiler.h | 77 update_stats(true) {} in TickSample() 92 RecordCEntryFrame record_c_entry_frame, bool update_stats, 130 bool update_stats : 1; // Whether the sample should update aggregated stats. member
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
D | gbdt_batch.py | 731 updates, scheduled_updates = handler.update_stats(
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1992 static void update_stats(VP9_COMMON *cm, ThreadData *td) { in update_stats() function 2117 update_stats(&cpi->common, td); in encode_b() 2456 update_stats(&cpi->common, td); in encode_b_rt()
|