You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please create IC.performanceCounter(2) that will count all spent cycles, including such operations as canister creation (and cycles copied to the created canister).
Well, isn't this what you propose just the delta of the cycle balance over longer timespans (modulo the accepted cycles from messages)?
Delta but not taking into account changes in the value caused by other fibers of execution and not taking into account cycle transfers by icrc Cycle Ledger API.
Please create
IC.performanceCounter(2)
that will count all spent cycles, including such operations as canister creation (and cycles copied to the created canister).See example of non-compliance to my idea of
IC.performanceCounter(1)
.The text was updated successfully, but these errors were encountered: