platform-ui-home/instrumentation/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8, Mon Jan 12 16:35:44 2004 UTC revision 1.9, Thu Oct 7 21:51:55 2004 UTC
# Line 1  Line 1 
1    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2  <html>  <html>
3  <head>  <head>
4  <title>Eclipse Instrumentation Framework</title>  <title>Eclipse Instrumentation Framework</title>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">    <meta http-equiv="Content-Type"
6  <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">   content="text/html; charset=iso-8859-1">
7      <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
8     type="text/css">
9  </head>  </head>
10    <body bgcolor="#ffffff" text="#000000">
11  <body bgcolor="#FFFFFF" text="#000000">  <table border="0" cellpadding="2" cellspacing="5" width="100%">
12      <tbody>
 <table border=0 cellspacing=5 cellpadding=2 width="100%" >  
13    <tr>    <tr>
14      <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">        <td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font
15        Eclipse Instrumentation Framework</font></b></td>   color="#ffffff" face="Arial,Helvetica"> Eclipse Instrumentation
16    Framework</font></b></td>
17    </tr>    </tr>
18    <tr>    <tr>
19      <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16        <td align="right" valign="top" width="2%"><img
20          alt="List title arrow"></td>   src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
21     border="0" height="16" width="16"></td>
22      <td width="98%"> <b>Overview</b>      <td width="98%"> <b>Overview</b>
23        <p>        <p> The Eclipse instrumentation framework allows developers,
24        The Eclipse instrumentation framework allows developers, usability experts, or  usability experts, or other interested parties to collect information
25        other interested parties to collect information about how people are using  about how people are using their Eclipse-based applications by sending
26        their Eclipse-based applications by sending back periodic reports to a central server.  back periodic reports to a central server. </p>
27        </p>        <p> The current preview release (v1.0.5) contains: </p>
       <p> The current preview release (v1.0.5) contains:  
28        <ul>        <ul>
29        <li>The instrumentation framework.          <li>The instrumentation framework. </li>
30        <li>Data provider extensions for collecting info about:        <li>Data provider extensions for collecting info about:
31          <ul>          <ul>
32          <li>preference settings              <li>preference settings </li>
33          <li>perspective layout              <li>perspective layout </li>
34          <li>menu and toolbar activation              <li>menu and toolbar activation </li>
35          </ul>          </ul>
36        <li>Support for sending results to an FTP server.          </li>
37        <li>A report template generation wizard and template editor.          <li>Support for sending results to an FTP server. </li>
38        <li>An example instrumentation extension, which collects these data          <li>A report template generation wizard and template editor. </li>
39        and sends them to a folder in the local filesystem.          <li>An example instrumentation extension, which collects these
40        </p>  data and sends them to a folder in the local filesystem.
41        <p>            <p></p>
42              <p> </p>
43            </li>
44        </ul>        </ul>
45        For more details, see the readme.txt and whatsnew.txt files in the download,  For more details, see the readme.txt and whatsnew.txt files in the
46        as well as the schemata for the dataProviders and instrumentation extension points  download, as well as the schemata for the dataProviders and
47        (in HTML form in the doc directory).  instrumentation extension points (in HTML form in the doc directory).
48        <p/>&nbsp;&nbsp;&nbsp;&nbsp;        <p>&nbsp;&nbsp;&nbsp;&nbsp; </p>
49      </td>      </td>
50    </tr>    </tr>
51    <tr>    <tr>
52      <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16        <td align="right" valign="top" width="2%"><img
53          alt="List title arrow"></td>   src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow"
54     border="0" height="16" width="16"></td>
55      <td width="98%"> <b>Releases</b>      <td width="98%"> <b>Releases</b>
56        <p>        <p> </p>
57        <ul>        <ul>
58            <li><a href="releases/1.0.6/instrumentation_v1.0.6.zip">Instrumentation
59    SDK 1.0.6 (Eclipse 3.1 M2)</a></li>
60          <li><a href="releases/1.0.5/instrumentation_v1.0.5.zip">Instrumentation          <li><a href="releases/1.0.5/instrumentation_v1.0.5.zip">Instrumentation
61            SDK 1.0.5 (Eclipse 3.0 only)</a></li>            SDK 1.0.5 (Eclipse 3.0 only)</a></li>
62          <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation          <li><a href="releases/v1.0.1/instrumentation_v1.0.1.zip">Instrumentation
63            SDK 1.0.1 (preview)</a> </li>            SDK 1.0.1 (preview)</a> </li>
64        </ul>        </ul>
65        </p>        <p></p>
66      </td>      </td>
67    </tr>    </tr>
68      </tbody>
69  </table>  </table>
70  </body>  </body>
71  </html>  </html>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9