Home
last modified time | relevance | path

Searched refs:memory_current (Results 1 – 4 of 4) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dprofiler.cpp44 p->memory_current = 0; in find_or_create_pipeline()
58 p->funcs[i].memory_current = 0; in find_or_create_pipeline()
247 uint64_t p_mem_current = __sync_add_and_fetch(&p_stats->memory_current, incr); in halide_profiler_memory_allocate()
253 uint64_t f_mem_current = __sync_add_and_fetch(&f_stats->memory_current, incr); in halide_profiler_memory_allocate()
281 __sync_sub_and_fetch(&p_stats->memory_current, decr); in halide_profiler_memory_free()
284 __sync_sub_and_fetch(&f_stats->memory_current, decr); in halide_profiler_memory_free()
H A DHalideRuntime.h1679 uint64_t memory_current; member
1707 uint64_t memory_current; member
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dprometheus_helpers.rb140 memory_current: prometheus_value_body('vector').dig(:data, :result),
153 memory_current: prometheus_value_body('vector').dig(:data, :result),
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/prometheus/queries/
H A Denvironment_query.rb19 memory_current: client_query(memory_query, time: timeframe_end),