You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,40 @@ end
51
51
52
52
To run the simulation if `main.jl` is called as a julia script.
53
53
54
+
## Performance Profiling with ZoneProfilers
55
+
56
+
MEDYANSimRunner integrates with [ZoneProfilers.jl](https://github.com/nhz2/ZoneProfilers.jl) to provide detailed performance instrumentation of your simulations. This allows you to visualize where time is spent in your `setup`, `loop`, `save`, `load`, and `done` functions, as well as in file I/O operations.
57
+
58
+
### Using the Profiler
59
+
60
+
To enable profiling, pass a profiler instance to the `run` function:
0 commit comments