Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] does eclipse support any of these ..

Or is the question, does any of these support Eclipse. Eclipse is a platform, it supports everything and nothing.

 

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sami
Sent: Thursday, August 02, 2007 2:48 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] does eclipse support any of these ..

 

StethoScope -- the original ScopeTool is a "real-time data monitor" that lets developers see variables and memory locations as applications run, with little impact on system performance. StethoScope first supported Linux in January of 2001.

  • TraceScope -- an execution-flow trace tool said to follow execution sequences, displaying function names, call parameters, and which tasks called the functions
  • ProfileScope -- a statistical profiler said to show where programs are spending time and how the processor executes programs, revealing the causes of poor system performance
  • MemScope -- an "instant memory analyzer" said to provide a live summary of each allocated block of memory that can display memory leaks before program crashes
  • CoverageScope -- a code coverage analysis tool said to show what code is executing .

Back to the top