-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Comments
For uftrace, we just need |
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
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.
The text was updated successfully, but these errors were encountered: