Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance estimation tool (HAST-242) #46

Open
Piedone opened this issue May 27, 2020 · 0 comments
Open

Performance estimation tool (HAST-242) #46

Piedone opened this issue May 27, 2020 · 0 comments

Comments

@Piedone
Copy link
Member

Piedone commented May 27, 2020

Have a tool that will tell you how much time a given subprogram will take to execute on given hardware.

Partially we could do this with static analysis by doing a hardware transformation and summing the latencies, plus add memory IO and communication latency. However, since a particular code path can have dynamic properties, like a loop running as long as indicated in a runtime-determined variable, we'd need some kind of code instrumentation (like a profiler) too.

Jira issue

@github-actions github-actions bot changed the title Performance estimation tool Performance estimation tool (HAST-242) Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant