Skip to content

Releases: snappyflow/sf-go-profiler

fix index out of range issue

26 Nov 14:06
Compare
Choose a tag to compare
v0.2.5

avoid index out of range issue by taking mod of 256

fix out of index error for min max calculation

26 Nov 08:30
Compare
Choose a tag to compare
v0.2.4

fix out of array error for min max pause calculation

update documentation

14 Sep 07:31
Compare
Choose a tag to compare
v0.2.3

update documentation

v0.2.2

01 Sep 06:26
Compare
Choose a tag to compare

add language field to documents

add interval and duration fields

18 Aug 11:35
Compare
Choose a tag to compare
v0.2.1

add interval and duration field to metrics and profiles

allow setting block and mutex profile rate, added gc_cpu_fraction metrics

26 Jul 08:07
Compare
Choose a tag to compare
v0.2.0

allow setting rate for mutex and block profiles, added gc_cpu_fractio…

fix write to file failure

23 Jul 06:54
Compare
Choose a tag to compare
v0.1.7

fix write to file, update example

fix lint issues

21 Jul 12:18
Compare
Choose a tag to compare
v0.1.6

fix lint

round float values

19 Jul 10:00
Compare
Choose a tag to compare
v0.1.5

Merge branch 'main' of github.com:snappyflow/sf-go-profiler into main

fix data race

16 Jul 10:45
Compare
Choose a tag to compare
v0.1.4

fix data race while collecting profiles