Adding math? Subtracting one signal from another #296
Answered
by
winsmith
spongefile
asked this question in
Q&A
-
Hi, If I have one signal that tells me when something started to load, and another one telling me when something stopped loading, is there a way for me to subtract one from the other and get a graph of average load times per user? |
Beta Was this translation helpful? Give feedback.
Answered by
winsmith
Oct 4, 2023
Replies: 1 comment 2 replies
-
Sadly, this is not possible on a per-signal basis. You could however just send the load time as |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
winsmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sadly, this is not possible on a per-signal basis. You could however just send the load time as
floatValue
and then calculate the average load time in TelemetryDeck.