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

profile: new column with time per function call (excluding children's time) #24005

Closed
2 tasks
Eliyaan opened this issue Mar 22, 2025 · 1 comment · Fixed by #24056
Closed
2 tasks

profile: new column with time per function call (excluding children's time) #24005

Eliyaan opened this issue Mar 22, 2025 · 1 comment · Fixed by #24056
Labels
Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.

Comments

@Eliyaan
Copy link
Contributor

Eliyaan commented Mar 22, 2025

Describe the feature

Add a new column to the profiler output with the time taken per function call but without the time taken by the children called in this function.

Use Case

It would be easier to find which functions are really taking the processing time, instead of having ot guess whether it is the children or the function itself.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Version used

V 0.4.10 3f44780.a9a96b8

Environment details (OS name and version, etc.)

V full version V 0.4.10 3f44780.a9a96b8
OS linux, "Void Linux"
Processor 4 cpus, 64bit, little endian, Intel(R) Pentium(R) Gold 7505 @ 2.00GHz
Memory 14.4GB/23.16GB
V executable /home/nopana/v/v
V last modified time 2025-03-20 19:53:51
V home dir OK, value: /home/nopana/v
VMODULES OK, value: /home/nopana/.vmodules
VTMP OK, value: /tmp/v_1000
Current working dir OK, value: /home/nopana
Git version git version 2.47.1
V git status weekly.2025.11-70-ga9a96b89 (10 commit(s) behind V master)
.git/config present true
cc version cc (GCC) 13.2.0
gcc version gcc (GCC) 13.2.0
clang version N/A
tcc version tcc version 0.9.28rc 2024-07-31 HEAD@1cee0908 (x86_64 Linux)
tcc git status thirdparty-linux-amd64 0134e9b9
emcc version N/A
glibc version ldd (GNU libc) 2.39

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

Copy link

Connected to Huly®: V_0.6-22398

@Eliyaan Eliyaan added the Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. label Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant