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
Copy file name to clipboardexpand all lines: docs/metrics.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,11 @@ soroban.host-fn-op.emit-event | meter | number of events emit
176
176
soroban.host-fn-op.emit-event-byte | meter | number of event bytes emitted
177
177
soroban.host-fn-op.cpu-insn | meter | metered cpu instructions
178
178
soroban.host-fn-op.mem-byte | meter | metered memory bytes
179
-
soroban.host-fn-op.invoke-time-nsecs | meter | time[nsecs] spent in `invoke_host_function`
179
+
soroban.host-fn-op.invoke-time-nsecs | timer | time spent in `invoke_host_function`
180
180
soroban.host-fn-op.cpu-insn-excl-vm | meter | metered cpu instructions excluding VM instantation
181
-
soroban.host-fn-op.invoke-time-nsecs-excl-vm | meter | time [nsecs] spent in `invoke_host_function` excluding VM instantation
181
+
soroban.host-fn-op.invoke-time-nsecs-excl-vm | timer | time spent in `invoke_host_function` excluding VM instantation
182
+
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio | histogram | ratio between invoke_time (femto-seconds) and cpu instructions
183
+
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio-excl-vm | histogram | ratio between invoke_time (femto-seconds) and cpu instructions excluding VM instantation
182
184
soroban.host-fn-op.max-rw-key-byte | meter | bytes of the largest key in entries read/written
183
185
soroban.host-fn-op.max-rw-data-byte | meter | bytes of the largest data entry read/written
184
186
soroban.host-fn-op.max-rw-code-byte | meter | bytes of the largest code entry read/written
0 commit comments