1 |
+ |
<! Style Sheet Header> |
2 |
+ |
<html> |
3 |
+ |
<head> |
4 |
+ |
<title>insure.html</title> |
5 |
+ |
<body> |
6 |
+ |
<! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 |
+ |
<center> |
8 |
+ |
<H1>Using Insure++ in SCRAM</H1> |
9 |
+ |
<font color=red>S</font>oftware <font color=red>C</font>onfiguration, |
10 |
+ |
<font color=red>R</font>elease <font color=red>A</font>nd |
11 |
+ |
<font color=red>M</font>anagement |
12 |
+ |
</center> |
13 |
+ |
<hr> |
14 |
+ |
<a href=http://www.parasoft.com/products/insure/index.htm>Insure</a> is a code instrumenting tool. |
15 |
+ |
Scram allows you to use this tool throught the standard scram build command. |
16 |
+ |
Follow the simple steps below to get your instrumented code. Be careful this |
17 |
+ |
can take a LOT of memory. |
18 |
+ |
<ol> |
19 |
+ |
<li> Make sure the insure tool is setup in your environment.<p> |
20 |
+ |
(CERN based users should read the <a href=http://sdt.cern.ch/>SDT Tools</a> |
21 |
+ |
documentaion, <a href=http://sdt.cern.ch/Insure/How.html>How to Run Insure</a> |
22 |
+ |
|
23 |
+ |
<li> Build the libraries you want to examine with insure with |
24 |
+ |
<pre> |
25 |
+ |
scram build lib_insure |
26 |
+ |
</pre> |
27 |
+ |
from the appropriate directory. |
28 |
+ |
<li> Build the insure executable |
29 |
+ |
<pre> |
30 |
+ |
scram build bin_insure |
31 |
+ |
</pre> |
32 |
+ |
<li> Now run it as usual .... |
33 |
+ |
<! Style Sheet Footer ---------------Do not change anything after this line--> |
34 |
+ |
<hr> |
35 |
+ |
<table border=1 width=100%> |
36 |
+ |
<td align=left> |
37 |
+ |
<a href=mailto:Christopher.Williams@cern.ch |
38 |
+ |
>Chris Williams</a> |
39 |
+ |
</td> |
40 |
+ |
<td align=center> |
41 |
+ |
Last Updated Tue Oct 5 15:08:00 1999 |
42 |
+ |
</td> |
43 |
+ |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
44 |
+ |
</td> |
45 |
+ |
</table> |
46 |
+ |
</body> </html> |
47 |
+ |
<! End Style Sheet Footer> |