a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
580 stars 105 forks source link

Memory usage utils #372

Closed moodlezoup closed 1 month ago

moodlezoup commented 1 month ago

Adds util functions to print current RAM usage and report memory usage deltas for "memory tracing spans"

moodlezoup commented 1 month ago

Is there any overhead associated with memory_stats calls?

I think there's a little overhead, so if we want to add memory tracing spans we should put them behind a gate