Profile package

Introduction

This package implements a simple and straigt foreward profile framework. The idea of this package is to put profiling information into the source code. At runtime the whole source code or only a package or some classes can profiled wihtout an additional tool. The advantage of this kind of profiling is:

  • The profiling framework is very small and not expensive at runtime.
  • No additional tools are required.
  • To profile a program you don't have to profile the whole source code.
  • Additional profile writers can easy integrated into the framework (Logger and Excel support are acutally included!)