From: Arnout E. <rab...@us...> - 2012-08-24 20:50:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 5e1f59c7ef84e0fec4e26942250839910f057e34 (commit) via 902924269724a4aeb67159f7490c3515ebfcd652 (commit) via 08e22af492556a9267cd07c25cdd6ddcd279c664 (commit) via 879e9dbd82ead0ed58f51dcc40c365429a1edeed (commit) via 5f9e35e9be6e11624653759369a3415cb83f6361 (commit) from ce12b9efd061bdf1ed55b2fb13bc8c3796dce59c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5e1f59c7ef84e0fec4e26942250839910f057e34 Author: Arnout <arn...@bz...> Date: Fri Aug 24 22:46:59 2012 +0200 Profiling is now functional for the C side, as long as you preload the modules commit 902924269724a4aeb67159f7490c3515ebfcd652 Author: Arnout <arn...@bz...> Date: Fri Aug 24 22:40:52 2012 +0200 Properly format the nanoseconds part commit 08e22af492556a9267cd07c25cdd6ddcd279c664 Author: Arnout <arn...@bz...> Date: Wed Aug 22 22:33:13 2012 +0200 Profiling utilities commit 879e9dbd82ead0ed58f51dcc40c365429a1edeed Author: Arnout <arn...@bz...> Date: Wed Aug 22 22:28:03 2012 +0200 Use GCC-specific (__cyg_profile_func_enter-based) profiling commit 5f9e35e9be6e11624653759369a3415cb83f6361 Author: Arnout <arn...@bz...> Date: Sun Aug 5 15:35:10 2012 +0200 Allow profiling by google perftools (use -DENABLE_PROFILING at build time) ----------------------------------------------------------------------- Summary of changes: ioncore/Makefile | 6 +++- ioncore/profiling.c | 63 +++++++++++++++++++++++++++++++++++ ioncore/profiling.h | 15 ++++++++ utils/profiling/README | 65 +++++++++++++++++++++++++++++++++++++ utils/profiling/addr2line.pl | 30 +++++++++++++++++ utils/profiling/indent.pl | 20 +++++++++++ utils/profiling/prof2callgrind.pl | 59 +++++++++++++++++++++++++++++++++ 7 files changed, 257 insertions(+), 1 deletions(-) create mode 100644 ioncore/profiling.c create mode 100644 ioncore/profiling.h create mode 100644 utils/profiling/README create mode 100755 utils/profiling/addr2line.pl create mode 100755 utils/profiling/indent.pl create mode 100755 utils/profiling/prof2callgrind.pl hooks/post-receive -- notion window manager core |