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 function instrumentation and profiling options #1839

Closed
u-v-m opened this issue Oct 19, 2016 · 1 comment
Closed

Add function instrumentation and profiling options #1839

u-v-m opened this issue Oct 19, 2016 · 1 comment

Comments

@u-v-m
Copy link

u-v-m commented Oct 19, 2016

This tool https://github.com/bisco/uftrace.git needs function profiling information for generating nice profile graphs. Also look at this CppCon 2016 presentation video https://youtu.be/LNav5qvyK7I

@JohanEngelen says it should be easy to implement in LDC :-) We need something equivalent to -pg option of GCC.

@JohanEngelen
Copy link
Member

For uftrace, we just need -finstrument-functions which is easy to implement. (don't know about -pg)

LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 19, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 19, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 20, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 20, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 20, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 20, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 20, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Oct 28, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Nov 3, 2016
LemonBoy added a commit to LemonBoy/ldc that referenced this issue Nov 6, 2016
dnadlinger pushed a commit that referenced this issue Nov 24, 2016
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

No branches or pull requests

2 participants