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
We already record the time of each syscall which includes both serialization and copying data into wasm memory. At this point we probably don't need to get more fine grained than that.
For example, in the case of
iter_by_col_eq
we want to measure the time spent hereSpacetimeDB/crates/core/src/host/instance_env.rs
Lines 264 to 266 in 331b1d8
We can either measure the serialization time directly or the entire time of the syscall, including the row serialization time.
The text was updated successfully, but these errors were encountered: