~ubuntu-branches/ubuntu/precise/primrose/precise

« back to all changes in this revision

Viewing changes to minorGems/util/development/leakTracer/LeakCheckAnalyze

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2009-04-06 19:26:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090406192656-cri7503gebyvfl8t
Tags: upstream-5+dfsg1
ImportĀ upstreamĀ versionĀ 5+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
CHECKER=`dirname $0`/LeakCheck" $@"
 
4
ANALYZER=`dirname $0`/leak-analyze" $1 leak.out"
 
5
 
 
6
echo "Checking with: $CHECKER"
 
7
echo ""
 
8
$CHECKER
 
9
 
 
10
echo ""
 
11
echo "Analyzing with: $ANALYZER"
 
12
echo ""
 
13
$ANALYZER 2>&1 | more