]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a script that squashes template args from the output of gprof to make things...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Jun 2003 18:07:13 +0000 (18:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Jun 2003 18:07:13 +0000 (18:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@7790 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/squash_gmonout.pl [new file with mode: 0755]

diff --git a/deal.II/common/scripts/squash_gmonout.pl b/deal.II/common/scripts/squash_gmonout.pl
new file mode 100755 (executable)
index 0000000..3e9b725
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+while(<>)
+{
+    1 while s/<[^<>]*>//g;
+    print;
+}
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.