Glimpses is a profiling tool for understanding program memory behavior and evaluating program regions for execution on the SPEs in a CELL processor. The results of the profiling can be viewed in an interactive Visualizer
Yet Another Java Profiler (YaJP) is a profiler tool that uses the JVMTI interface. It can be used to selectively trace a javaprogram and store this information in a compressed logfile. This logfile can then later be analyzed using the same tool.