aboutsummaryrefslogtreecommitdiff
path: root/runtime/libprofile/LineProfiling.c
AgeCommit message (Expand)Author
2011-04-16Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky
2011-04-13Fix format string warning.Benjamin Kramer
2011-04-13Use %ull here.Nick Lewycky
2011-04-12Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 formatNick Lewycky
2011-04-12The counters are unsigned.Nick Lewycky
2011-04-12Add support for line profiling. Very work-in-progress.Nick Lewycky