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

Add built-in profiler #1162

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Conversation

timfelle
Copy link
Collaborator

@timfelle timfelle commented Mar 1, 2024

Addition of a built in profiler which will report the global cpu-time and evaluation count.

The new profiler is disabled by default and can be turned on by setting --enable-profiling when configuring Neko.

Addition of a built in profiler which will report the global cpu-time and evaluation count.

The new profiler is disabled by default and can be turned on by setting `--enable-profiling` when configuring Neko.
@timofeymukha
Copy link
Collaborator

Is this related to #1067 ?

@timfelle
Copy link
Collaborator Author

timfelle commented Mar 5, 2024

Is this related to #1067 ?

I had no idea that PR existed. Just just wanted to measure time so i expanded the existing profiler to run without a separate backend.

@timfelle
Copy link
Collaborator Author

@timofeymukha and @njansson Should we close this or do you think some of this approach could be useful in the other PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants