a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 208415 and 226707

Description: Eclipse CDT Profiling Framework
 This package provides a common infrastructure that allows one to integrate
 various profiling tools into Eclipse IDE. It supports 3 categories of tools:
 .
  * Timing - measure the amount of time taken in functions and methods
  * Memory - profiles heap/stack/cache usage for an application
  * Coverage - measures how much of the code gets exercised in a run
 .
 In addition to this package, a plugin that integrates particular profiling tool
 (e.g. Valgrind or perf) is required in order to run performance analysis.
Description: framework for profiling tools for Eclipse CDT
 This package provides a common infrastructure that allows one to integrate
 various profiling tools into Eclipse IDE. It supports 3 categories of tools:
 .
  * Timing - measure the amount of time taken in functions and methods
  * Memory - profiles heap/stack/cache usage for an application
  * Coverage - measures how much of the code gets exercised in a run
 .
 In addition to this package, a plugin that integrates particular profiling tool
 (e.g. Valgrind or perf) is required in order to run performance analysis.
--- 208415	Thu Jan  1 00:00:00 1970
+++ 226707	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-Eclipse CDT Profiling Framework
+framework for profiling tools for Eclipse CDT
  This package provides a common infrastructure that allows one to integrate
  various profiling tools into Eclipse IDE. It supports 3 categories of tools:
  .