funatsufumiya / racket-raylib-memory-stress-test

Racket Raylib Memory Stress Test (for checking GC stop-the-world pauses)
Do What The F*ck You Want To Public License
1 stars 0 forks source link

GC time calculation problem #1

Open funatsufumiya opened 1 month ago

funatsufumiya commented 1 month ago

Current method, GC stop-the-world (STW) is not correctly measured. Need to improve.

funatsufumiya commented 1 month ago

Used method in this library, but nothing seems to be captured now... https://github.com/samth/gcstats

funatsufumiya commented 1 month ago

Currently removed estimated GC stats from output text.