HomeSort by relevance Sort by last modified time
    Searched refs:profile_ (Results 1 - 20 of 20) sorted by null

  /external/perf_data_converter/src/
builder.cc 30 Builder::Builder() : profile_(new Profile()) {
32 profile_->add_string_table("");
40 const int64 index = profile_->string_table_size();
46 profile_->add_string_table(inserted.first->first);
58 int64 index = profile_->function_size() + 1;
66 auto function = profile_->add_function();
77 if (!profile_ || !Finalize()) {
80 return Marshal(*profile_, output);
206 if (profile_->location_size() == 0) {
208 for (auto &sample : *profile_->mutable_sample())
    [all...]
builder.h 87 std::unique_ptr<Profile> Consume() { return std::move(profile_); }
93 Profile *mutable_profile() { return profile_.get(); }
114 std::unique_ptr<Profile> profile_; member in class:perftools::profiles::Builder
  /external/webrtc/webrtc/base/
winfirewall.cc 31 WinFirewall::WinFirewall() : mgr_(NULL), policy_(NULL), profile_(NULL) {
53 hr = policy_->get_CurrentProfile(&profile_);
57 return SUCCEEDED(hr) && (profile_ != NULL);
61 RELEASE(profile_);
67 if (!profile_)
71 profile_->get_FirewallEnabled(&fwEnabled);
85 if (!profile_)
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
129 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
winfirewall.h 49 INetFwProfile* profile_; member in class:rtc::WinFirewall
  /external/tensorflow/tensorflow/compiler/xla/service/
execution_tracker.h 50 const ExecutionProfile& profile() const { return profile_; }
60 ExecutionProfile profile_; member in class:xla::AsyncExecution
execution_tracker.cc 33 profile_(profile),
hlo_graph_dumper.cc 316 profile_(profile),
383 const HloExecutionProfile* profile_; // may be null member in class:xla::__anon44474::HloDotDumper
465 if (profile_ != nullptr) {
466 auto cycles = profile_->total_cycles_executed(*computation_);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.cc 59 profile_(profile),
73 profile_->set_total_cycles_executed(
88 profile_->set_total_cycles_executed(
104 profile_->SetCyclesTakenBy(
hlo_execution_profiler.h 73 HloExecutionProfile* profile_; member in class:xla::gpu::HloExecutionProfiler
  /external/v8/tools/
ic-processor.js 64 this.profile_ = new Profile();
123 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state);
125 this.profile_.addCode(type, name, timestamp, start, size);
131 this.profile_.moveCode(from, to);
136 this.profile_.deleteCode(start);
141 this.profile_.moveFunc(from, to);
157 var entry = this.profile_.findEntry(pc);
tickprocessor.js 199 this.profile_ = new JsonProfile();
201 this.profile_ = new V8Profile(separateIc, separateBytecodes,
287 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
293 self.profile_.addStaticCode(fName, fStart, fEnd);
304 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state);
306 this.profile_.addCode(type, name, timestamp, start, size);
314 this.profile_.deoptCode(timestamp, code, inliningId, scriptOffset,
320 this.profile_.moveCode(from, to);
324 this.profile_.deleteCode(start);
330 this.profile_.addSourcePositions(start, script, startPos
    [all...]
map-processor.js 42 this.profile_ = new Profile();
113 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state);
115 this.profile_.addCode(type, name, timestamp, start, size);
120 this.profile_.moveCode(from, to);
124 this.profile_.deleteCode(start);
128 this.profile_.moveFunc(from, to);
132 let entry = this.profile_.findEntry(pc);
  /external/webp/src/dec/
vp8i_dec.h 72 uint8_t profile_; member in struct:__anon49413
vp8_dec.c 284 frm_hdr->profile_ = (bits >> 1) & 7;
287 if (frm_hdr->profile_ > 3) {
  /external/webp/src/enc/
vp8i_enc.h 355 int profile_; // VP8's profile, deduced from Config. member in struct:VP8Encoder
syntax_enc.c 175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
webp_enc.c 232 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
  /frameworks/av/media/codec2/core/include/
C2Config.h     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 136 RIL_DataProfile profile_; member in struct:DataCall
362 call.profile_ = RIL_DataProfile(profile);
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]

Completed in 1500 milliseconds