cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
tracking functions called
tracking functions called
Feb 23, 2015 at 2:11pm UTC
zolo
(67)
Hi,
Is there any way to track what functions from what class are called at runtime? What I mean is a list of functions or classes which have been called at runtime.
thanks
Feb 23, 2015 at 2:27pm UTC
ne555
(10692)
A profiler may provide that information.
http://www.thegeekstuff.com/2012/08/gprof-tutorial/
Topic archived. No new replies allowed.