Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp282 char* valuestr = const_cast<char *>(totalbuffer.CurWord() + totalbuffer.CurWordSize() + 1); in WriteVmstat() local
283 valuestr[totalbuffer.CurLineSize() - (valuestr - totalbuffer.CurLine())] = '\0'; in WriteVmstat()
285 auto value = static_cast<uint64_t>(strtoll(valuestr, nullptr, DEC_BASE)); in WriteVmstat()