Home
last modified time | relevance | path

Searched refs:allocator_name (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc26 StringPiece allocator_name, in PersistentHistogramStorage() argument
29 DCHECK(!allocator_name.empty()); in PersistentHistogramStorage()
30 DCHECK(IsStringASCII(allocator_name)); in PersistentHistogramStorage()
34 allocator_name); in PersistentHistogramStorage()
35 GlobalHistogramAllocator::Get()->CreateTrackingHistograms(allocator_name); in PersistentHistogramStorage()
Dpersistent_histogram_storage.h35 PersistentHistogramStorage(StringPiece allocator_name,
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc615 std::string allocator_name() { return AllocatorName(allocator_mode()); } in allocator_name() function in perfetto::profiling::__anonec3afa220111::HeapprofdEndToEnd
815 cfg->add_heaps(allocator_name()); in TEST_P()
824 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P()
841 cfg->add_heaps(allocator_name()); in TEST_P()
852 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P()
855 ValidateSampleSizes(helper.get(), pid, kAllocSize, allocator_name()); in TEST_P()
880 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P()
883 ValidateSampleSizes(helper.get(), pid, kAllocSize, allocator_name()); in TEST_P()
1168 cfg->add_heaps(allocator_name()); in TEST_P()
1178 ValidateHasSamples(helper.get(), pid, allocator_name(), kSamplingInterval); in TEST_P()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.proto39 string allocator_name = 2; field
75 string allocator_name = 6; field
90 string allocator_name = 4; field
Dlog_memory.cc58 const string& allocator_name) { in RecordTensorDeallocation() argument
61 deallocation.set_allocator_name(allocator_name); in RecordTensorDeallocation()
Dlog_memory.h80 const std::string& allocator_name);
Dallocation_description.proto19 string allocator_name = 3; field
Dstep_stats.proto23 string allocator_name = 1; field
/external/tensorflow/tensorflow/core/debug/
Dbfc_dump_reader.cc56 filtered.set_allocator_name(md.allocator_name()); in FilterByChunkType()
93 printf("MemoryMap for allocator %s\n", md.allocator_name().c_str()); in PrintSummary()
183 filtered.set_allocator_name(md.allocator_name()); in PrintChunksByOpName()
/external/tensorflow/tensorflow/core/protobuf/
Dbfc_memory_map.proto42 string allocator_name = 1; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc96 if (mem.allocator_name().find("GPU") == mem.allocator_name().npos) { in AddMemoryStats()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc78 strings::StrCat(memory, "[", all.allocator_name(), in Done()
82 memory = strings::StrCat(memory, "[", all.allocator_name(), in Done()
456 if (err.find(alloc.first->allocator_name()) == err.npos) { in ReportAllocsOnResourceExhausted()
460 std::make_pair(dev_stat.first, alloc.first->allocator_name()); in ReportAllocsOnResourceExhausted()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py513 allocator_name = allocation.allocator_name
515 allocator_name, num_bytes)
/external/libchrome/base/trace_event/
Dprocess_memory_dump.h158 const char* allocator_name);
Dprocess_memory_dump.cc318 const char* allocator_name) { in DumpHeapUsage() argument
320 allocator_name); in DumpHeapUsage()