EventTimer
EventTimer is a useful tool for tracking the execution time of event handlers in each installed mod. The system automatically records all collected data when the game shuts down or when special commands are executed, simplifying the performance analysis of your modified Minecraft installation.
Data Logging
All collected information is saved to the "eventtimer.csv" file. This format represents a text document with data organized in a table with comma-separated columns. Such files can be viewed both in regular text editors and in spreadsheet processors like LibreOffice Calc or Microsoft Excel.
The data structure in the CSV file includes:
- mod identifier
- event handler
- execution count
- total time in nanoseconds
- total time in milliseconds
Management Commands
The mod provides two main commands for interacting with the data collection system. Each of them initiates the process of writing information to the log.
Command /eventtimer
:
- Available in local worlds and multiplayer servers for users with administrator rights
- When used on a server, affects server processes, not client ones
- Supports subcommands:
log
(data recording) andreset
(statistics clearance)
Command /eventtimerclient
:
- Available only in multiplayer modes
- Affects exclusively the client side