Home
last modified time | relevance | path

Searched refs:allocator_entries (Results 1 – 3 of 3) sorted by relevance

/external/executorch/runtime/platform/
Dprofiler.cpp112 prof_header->allocator_entries = 0; in reset_profile_stats()
131 prof_header->allocator_entries < MEM_PROFILE_MAX_ALLOCATORS, in track_allocator()
133 prof_header->allocator_entries); in track_allocator()
135 size_t num_allocators = prof_header->allocator_entries; in track_allocator()
143 return prof_header->allocator_entries++; in track_allocator()
150 prof_header->allocator_entries != 0 || num_blocks == 0) { in profiling_create_block()
Dprofiler.h86 uint32_t allocator_entries; member
/external/executorch/profiler/
Dparse_profiler_results.py59 allocator_entries: int
289 for i in range(0, prof_header.allocator_entries):