Removing cache of decoded lines and returning shared_ptr (#953)

Este commit está contenido en:
Giovanni Lenzi Baraldi
2024-06-25 16:00:59 -03:00
cometido por GitHub
padre 8da0c35079
commit a045947a89
Se han modificado 5 ficheros con 28 adiciones y 42 borrados
+5 -4
Ver fichero
@@ -152,10 +152,11 @@ tool_codeobj_tracing_callback(rocprofiler_callback_tracing_record_t record,
<< std::dec << ". Printing first 64 bytes:" << std::endl;
std::unordered_set<std::string> references{};
int num_waitcnts = 0;
int num_scalar = 0;
int num_vector = 0;
int num_other = 0;
int num_waitcnts = 0;
int num_scalar = 0;
int num_vector = 0;
int num_other = 0;
size_t vaddr = begin_end.first;
while(vaddr < begin_end.second)