David Kastrup <d...@gnu.org> writes: > Looking in the Makefile, I just find support for coverage reports using > gcov. Whatever is there with "profile" in it seems to be for > profile-based compilation rather than using gprof. [...] > Is there a reason there are no prewired recipes or advice for using > gprof on git? Is there a way to get the work done, namely seeing the > actual distribution of call times (rather than iterations) using gcov so > that this is not necessary?
No reason I'm aware of, other than that nobody ever wrote it. Note that I wouldn't exactly be surprised if the gcov targets had bitrotted without anyone noticing. I haven't heard of any heavy users. I originally wrote them to do some basic test coverage analysis, but that's about it. -- Thomas Rast t...@thomasrast.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html