FreeCalypso > hg > tcs211-fcmodem
comparison gpf/CCD/util/stack.bat @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 @echo off | |
2 rem --------------------------------------------------------------------------- | |
3 rem Project : | |
4 rem Modul : stack.bat | |
5 rem --------------------------------------------------------------------------- | |
6 rem Copyright 2002 Texas Instruments Berlin, AG | |
7 rem All rights reserved. | |
8 rem | |
9 rem This file is confidential and a trade secret of Texas | |
10 rem Instruments Berlin, AG | |
11 rem The receipt of or possession of this file does not convey | |
12 rem any rights to reproduce or disclose its contents or to | |
13 rem manufacture, use, or sell anything it may describe, in | |
14 rem whole, or in part, without the specific written consent of | |
15 rem Texas Instruments Berlin, AG. | |
16 rem --------------------------------------------------------------------------- | |
17 rem Purpose : Wrapper batch for calling stacksize for CCD. | |
18 rem --------------------------------------------------------------------------- | |
19 | |
20 stacksize -a %1 | grep -v "WARNING: There" | grep -v "sum this refs calls" | sed "s/..............//" | gawk -f stack.awk |