Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp296 size_t traceBytesTotal = 0; in dump() local
299 [&traceBytesTotal](bool live, uint64_t handle, const ApiInfo& info) { in dump()
302 traceBytesTotal += info.traceBytes; in dump()
338 fprintf(stderr, "%s: total trace bytes: %zu\n", __func__, traceBytesTotal); in dump()