seed r371 - trunk
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r371 - trunk
- Date: Sun, 30 Nov 2008 02:40:05 +0000 (UTC)
Author: hortont
Date: Sun Nov 30 02:40:05 2008
New Revision: 371
URL: http://svn.gnome.org/viewvc/seed?rev=371&view=rev
Log:
Add profile-gui make target which runs lcov and opens your browser when
you're done...
Modified:
trunk/Makefile.am
trunk/configure.ac
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Nov 30 02:40:05 2008
@@ -47,3 +47,7 @@
cp libseed/*.c libseed/.libs/
cd libseed/.libs ; gcov *.c
+profile-gui: profile
+ lcov --directory libseed/.libs --capture --output-file seed.info
+ cp seed.info /tmp/
+ cd /tmp ; genhtml seed.info ; gnome-open index.html
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Nov 30 02:40:05 2008
@@ -116,5 +116,5 @@
echo "
Build Configuration:
Debug......................$enable_debug
- Profiling/Coverage:........$enable_profile
+ Profiling/Coverage.........$enable_profile
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]