intrace/org.intrace
Erik Ostermueller 831929f4dd merged to include iss #19 and iss #36 2016-05-09 22:30:00 -05:00
..
.settings Rename project 2010-04-06 00:32:38 +01:00
conf Upgrade to SWT 4.3, Miglayout 4.2, and tweak code after pull request #34. 2014-04-05 20:53:48 +01:00
lib merged to include iss #19 and iss #36 2016-05-09 22:30:00 -05:00
src/org/intrace merged to include iss #19 and iss #36 2016-05-09 22:30:00 -05:00
testsrc merged to include iss #19 and iss #36 2016-05-09 22:30:00 -05:00
.classpath new chunky wire format-less CPU, more tps 2016-04-23 02:18:21 -05:00
.project Rename project 2010-04-06 00:32:38 +01:00
ReadMe.textile - Fix missing icons bug in eclipse, prepare for Release 18 2011-06-27 09:27:32 +01:00
build.xml merged to include iss #19 and iss #36 2016-05-09 22:30:00 -05: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
* GUI Remote Agent Config Tool/Network Trace Viewer
* Common Output Classes
* Instrumentation Handlers
** Trace output

h1. Packages (org.intrace.)

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

* 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

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