Skip to content

Commit a3277c6

Browse files
author
Shane Snyder
committed
updated Darshan log
1 parent 47223ca commit a3277c6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

darshan-util/darshan-dfs-logutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ static void darshan_log_print_dfs_description(int ver)
251251
{
252252
printf("\n# description of DFS counters:\n");
253253
printf("# DFS_*: DFS operation counts.\n");
254-
printf("# OPENS,GLOBAL_OPENS,LOOKUPS,DUPS,READS,READXS,NB_READS,WRITES,WRITEXS,NB_WRITES,GET_SIZES,PUNCHES,REMOVES,STATS are types of operations.\n");
254+
printf("# OPENS,GLOBAL_OPENS,LOOKUPS,DUPS,READS,READXS,WRITES,WRITEXS,GET_SIZES,PUNCHES,REMOVES,STATS are types of operations.\n");
255255
printf("# DFS_BYTES_*: total bytes read and written.\n");
256256
printf("# DFS_RW_SWITCHES: number of times access alternated between read and write.\n");
257257
printf("# DFS_MAX_*_TIME_SIZE: size of the slowest read and write operations.\n");

0 commit comments

Comments
 (0)