Skip to content

Conversation

@planetchili
Copy link
Collaborator

Also includes fixes for the Asio-based actions (RPC) system, IPC log connection to service, and race condition fix in service
closes #340
closes #344
closes #317

@planetchili planetchili added enhancement PresentMon-Service Relates to the collection service labels Aug 29, 2024
std::this_thread::yield();
}
}
double TimestampDeltaToSeconds(uint64_t start, uint64_t end, double period) noexcept
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you always guaranteed to have end be greater than start?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it would be a good idea to foolproof this for future usage / changes!

Copy link
Collaborator

@markgalvan-intel markgalvan-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fantastic. Great stuff! Just the one small question.

@markgalvan-intel markgalvan-intel merged commit 5c048b2 into main Aug 29, 2024
@markgalvan-intel markgalvan-intel deleted the feature/true-realtime branch August 29, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement performance PresentMon-Service Relates to the collection service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix shutdown behavior of asio pipe server Random crash after a long idle Improve Realtime Graph Latency

3 participants