We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3076660 commit 042c761Copy full SHA for 042c761
source/lib/output/domain_type.cpp
@@ -54,7 +54,7 @@ DEFINE_BUFFER_TYPE_NAME(COUNTER_COLLECTION,
54
DEFINE_BUFFER_TYPE_NAME(RCCL, "RCCL_API", "rccl_api_trace", "rccl_api_stats")
55
DEFINE_BUFFER_TYPE_NAME(MEMORY_ALLOCATION,
56
"MEMORY_ALLOCATION",
57
- "memory_allocation",
+ "memory_allocation_trace",
58
"memory_allocation_stats")
59
DEFINE_BUFFER_TYPE_NAME(COUNTER_VALUES, "COUNTER_VALUES", "counter_values", "no_filename")
60
DEFINE_BUFFER_TYPE_NAME(PC_SAMPLING_HOST_TRAP,
0 commit comments