dynolog icon indicating copy to clipboard operation
dynolog copied to clipboard

Generate unique per trace id in OSS dynolog

Open jj10306 opened this issue 6 months ago • 3 comments

Summary:

  • add std::vector<std::string> traceIds to GpuProfilerResult
  • update OSS dynolog to generate a unique (per trace) trace_id
    • the trace_id is generated as follows: hash(hostname + pid + current_time)
      • This combination of info should be unique since the code is single threaded

Differential Revision: D60242891

jj10306 avatar Jul 30 '24 18:07 jj10306