Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

[DAWN] Sending and Displaying Latency Data #717

Open
lawrencechen14 opened this issue Oct 12, 2019 · 0 comments
Open

[DAWN] Sending and Displaying Latency Data #717

lawrencechen14 opened this issue Oct 12, 2019 · 0 comments
Assignees
Labels
Dawn perf Performance improvements. pri:high High priority improvements.

Comments

@lawrencechen14
Copy link
Contributor

lawrencechen14 commented Oct 12, 2019

In order to get accurate latency data, we need to coordinate with Runtime to send timestamps accordingly so that we can subtract with our timestamp to display the latency in Dawn.

  • Receive TCP packet with header 5 from Runtime that includes a timestamp, and find the difference in time with our timestamp and theirs.
  • Store this difference and display it in Dawn somewhere, which is perhaps can be triggered with a button.
  • Send TCP packet with header 6 back to Runtime with our timestamp.

Linked to #715

@lawrencechen14 lawrencechen14 added Dawn perf Performance improvements. labels Oct 12, 2019
@lawrencechen14 lawrencechen14 added the pri:high High priority improvements. label Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dawn perf Performance improvements. pri:high High priority improvements.
Projects
None yet
Development

No branches or pull requests

3 participants