Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 28, 2023
1 parent a12b942 commit 217be9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn post_upgrade() {

#### Current limitations

* Without pre-allocating stable memory from user code, we cannot profile upgrade or code that accesses to stable memory.
* Without pre-allocating stable memory from user code, we cannot profile upgrade or code that accesses stable memory.
* Since the pre-allocation happens in `canister_init`, we cannot profile `canister_init`.
* If heartbeat is present, it's hard to measure any other method calls. It's also hard to measure a specific heartbeat event.
* We only store the first 2M of profiling data.
Expand Down

0 comments on commit 217be9e

Please sign in to comment.