Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

TPTP Java Profilers Anatomy

Revision as of 05:20, 29 July 2009 by Chengrui.deng.intel.com (Talk | contribs) (Introduction)

Introduction

TPTP provides with not only a profiling framework Martini, but also several Java profilers. Call graph, memory and thread anlysis are three basic profiling scenarios.

Profilers Design Overview

Profiliers Anatomy

BaseProf: Base class for Concrete Profilers

ProfEnv: Profiling Environmental Information Storage for Profilers

Call Graph Profiler

Heap Profiler

Thread Profiler

ProbekitAgent


<Not Finished yet>...

Back to the top