Skip to content

Releases: screepers/screeps-profiler

v3.0.0

03 Nov 02:39
Compare
Choose a tag to compare

What's Changed

  • Consolidate profiler changes by @tiennou in #32
  • Fix CostMatrix registering issues and add more objects by @samogot in #28
  • Add call stack profiling and output in callgrind format by @samogot in #29
  • Fix tick calculation: Output will always be 2 less by @pathurs in #30

New Contributors

Full Changelog: v2.0.1...v3.0.0

1.3.0

11 May 02:23
Compare
Choose a tag to compare
  • New: Added this change log.
  • New: Added support for profiling getter/setter methods. (#11)
  • New: Wrapper functions now expose wrapped functions' toString() results. (#9)
  • Fix: Corrected the tick count for profiles that have ended. (#19)
  • Doc: Corrected library name in the example code.