From 217be9e520e0ce755027008d2553072058957061 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Wed, 27 Sep 2023 18:02:24 -0700 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfeedf..163da37 100644 --- a/README.md +++ b/README.md @@ -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.