MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getMemoryPressure

Function getMemoryPressure

src/backend/cpu/memory.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace arrayfire {
32namespace cpu {
33float getMemoryPressure() { return memoryManager().getMemoryPressure(); }
34float getMemoryPressureThreshold() {
35 return memoryManager().getMemoryPressureThreshold();
36}

Callers 2

passesJitHeuristicsFunction · 0.70
enqueueMethod · 0.70

Calls 1

getMemoryPressureMethod · 0.45

Tested by

no test coverage detected