Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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