Skip to content

Commit 042c761

Browse files
authored
Changed memory_allocation.csv name to memory_allocation_trace.csv (#111)
1 parent 3076660 commit 042c761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/output/domain_type.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DEFINE_BUFFER_TYPE_NAME(COUNTER_COLLECTION,
5454
DEFINE_BUFFER_TYPE_NAME(RCCL, "RCCL_API", "rccl_api_trace", "rccl_api_stats")
5555
DEFINE_BUFFER_TYPE_NAME(MEMORY_ALLOCATION,
5656
"MEMORY_ALLOCATION",
57-
"memory_allocation",
57+
"memory_allocation_trace",
5858
"memory_allocation_stats")
5959
DEFINE_BUFFER_TYPE_NAME(COUNTER_VALUES, "COUNTER_VALUES", "counter_values", "no_filename")
6060
DEFINE_BUFFER_TYPE_NAME(PC_SAMPLING_HOST_TRAP,

0 commit comments

Comments
 (0)