The performance trace formatter is a parsing option that formats a dump file containing performance counter data into readable text (see Listing 6).
性能跟踪格式化器是一个解析选项,它将包含性能计数器数据的转储文件格式化为可读文本(请参见清单6)。
2
You could change the Dispenser class to save the updated counter value to a file, but that would lead to new problems because of the synchronization not being coordinated across process boundaries.