Skip to content

Instantly share code, notes, and snippets.

@SmallJoker
Created July 26, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SmallJoker/769624c0aa4570c17604ae1fb7792813 to your computer and use it in GitHub Desktop.
Save SmallJoker/769624c0aa4570c17604ae1fb7792813 to your computer and use it in GitHub Desktop.
Technic profiler dump
Values below show absolute/relative times spend per server step by the instrumented function.
A total of 8885 samples were taken
instrumentation | min µs | max µs | avg µs | min % | max % | avg %
-------------------------------------------------------- | --------- | --------- | --------- | ----- | ----- | ------
mesecons: | 1 | 161770 | 86 | 0.0 | 99.1 | 3.3
- globalstep[1] ..................................... | 1 | 161768 | 84 | 0.0 | 99.0 | 2.5
- on_placenode[1] ................................... | 17 | 25 | 21 | 2.5 | 6.3 | 4.8
- on_dignode[1] ..................................... | 13 | 49 | 21 | 0.6 | 10.3 | 6.2
- globalstep[2] ..................................... | 1 | 245 | 1 | 0.0 | 52.1 | 0.7
pipeworks: | 3 | 92711 | 298 | 0.0 | 100.0 | 67.1
- globalstep[1] ..................................... | 1 | 92705 | 293 | 0.0 | 100.0 | 65.9
- on_activate[1] .................................... | 1 | 53 | 4 | 0.0 | 1.0 | 0.1
- get_staticdata[1] ................................. | 1 | 7 | 2 | 0.0 | 0.2 | 0.1
- on_player_receive_fields[1] ....................... | 1 | 2 | 1 | 0.0 | 1.0 | 0.3
- globalstep[2] ..................................... | 1 | 2153 | 4 | 0.0 | 59.4 | 1.2
technic: | 1 | 16098 | 149 | 0.0 | 98.8 | 4.3
- on_player_receive_fields[2] ....................... | 1 | 3 | 2 | 0.0 | 2.0 | 0.4
- globalstep[2] ..................................... | 1 | 679 | 2 | 0.0 | 79.0 | 0.8
- globalstep[1] ..................................... | 1 | 171 | 1 | 0.0 | 41.3 | 0.7
- ABM 'Machines: timeout check' ..................... | 28 | 6663 | 873 | 0.0 | 63.0 | 16.7
- on_dignode[1] ..................................... | 1 | 3 | 1 | 0.0 | 1.1 | 0.6
- on_placenode[1] ................................... | 1 | 62 | 16 | 0.3 | 9.2 | 2.6
- ABM 'Switching Station' ........................... | 2493 | 15287 | 3916 | 10.5 | 93.0 | 72.8
- on_player_receive_fields[1] ....................... | 1 | 47 | 3 | 0.0 | 1.7 | 0.5
- ABM 'Machines: re-enable check' ................... | 31 | 4493 | 55 | 0.1 | 16.4 | 0.8
default: | 0 | 2092 | 1 | 0.0 | 29.5 | 0.0
- on_player_receive_fields[2] ....................... | 1 | 2 | 1 | 0.0 | 1.0 | 0.3
- on_joinplayer[1] .................................. | 9 | 9 | 9 | 0.2 | 0.2 | 0.2
- ABM 'Grass spread' ................................ | 8 | 101 | 22 | 0.0 | 1.4 | 0.4
- on_player_receive_fields[1] ....................... | 1 | 2 | 1 | 0.0 | 1.0 | 0.3
- ABM 'Grass covered' ............................... | 109 | 2092 | 298 | 2.2 | 29.5 | 5.9
-------------------------------------------------------- | --------- | --------- | --------- | ----- | ----- | ------
total: | 20 | 164743 | 635 | 100.0 | 100.0 | 100.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment