Is there any way to trace (ie log to stderr, say) which methods are called as a program runs?
Ideally without needing to annotate methods, as I am suspicious something I am not expected is being called (trying to understand memory use still). Even some kind of profiler might be useful (I mean, even is it's only statistical). Thanks, Andrew