Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
13
minorGems/util/development/leakTracer/LeakCheckAnalyze
Executable file
13
minorGems/util/development/leakTracer/LeakCheckAnalyze
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
CHECKER=`dirname $0`/LeakCheck" $@"
|
||||
ANALYZER=`dirname $0`/leak-analyze" $1 leak.out"
|
||||
|
||||
echo "Checking with: $CHECKER"
|
||||
echo ""
|
||||
$CHECKER
|
||||
|
||||
echo ""
|
||||
echo "Analyzing with: $ANALYZER"
|
||||
echo ""
|
||||
$ANALYZER 2>&1 | more
|
Loading…
Add table
Add a link
Reference in a new issue