issues
search
dfinity
/
ic-wasm
A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer
Apache License 2.0
34
stars
5
forks
source link
fix page_size check
#18
Closed
chenyan-dfinity
closed
2 years ago
chenyan-dfinity
commented
2 years ago
Previously once
page_size
limit is reached, we can no longer profile new functions.
Add
__toggle_tracing
endpoint to disable/enable profiling tracing.
page_size
limit is reached, we can no longer profile new functions.__toggle_tracing
endpoint to disable/enable profiling tracing.