intrace/org.intrace
Martin Hare Robertson 0eddfaea72 Ensure exclude classes regex is included in current settings map, fix example build 2010-06-12 11:30:45 +01:00
..
.settings Rename project 2010-04-06 00:32:38 +01:00
conf Fix fast network trace output, cleanup build xml 2010-06-08 13:46:19 +01:00
lib Fix fast network trace output, cleanup build xml 2010-06-08 13:46:19 +01:00
src/org/intrace Ensure exclude classes regex is included in current settings map, fix example build 2010-06-12 11:30:45 +01:00
testsrc More threading fixes 2010-06-11 20:05:17 +01:00
.classpath Fix fast network trace output, cleanup build xml 2010-06-08 13:46:19 +01:00
.project Rename project 2010-04-06 00:32:38 +01:00
ReadMe.textile Add correct readme content 2010-04-22 12:36:49 +01:00
build.xml Ensure exclude classes regex is included in current settings map, fix example build 2010-06-12 11:30:45 +01:00

ReadMe.textile

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

h1. Functional Parts

* Instrumenting Agent
** IP Agent control server
* CUI Remote Agent Config Tool
* GUI Remote Agent Config Tool/Network Trace Viewer
* Common Output Classes
* Instrumentation Handlers
** Trace output
** Callers recorder

h1. Packages (org.intrace.)

* agent - Instrumenting Agent
* agent.server - IP Server for controlling the Agent, Output and Instrumentation Handlers

* client.cui - Command Line Agent Config Client
* client.gui - GUI Agent Config Client + Live Trace/Callers viewer
* client.gui.helper - Helper classes used by the GUI interface

* output - Common Output Classes
* output.trace - Trace Instrumentation Handler
* output.callers - Callers Analysis Instrumentation Handler

* shared - String constants used by both the Agent Server and the Clients