Actions

Performance Tools: Difference between revisions

From Modelado Foundation

imported>JohnMC
(Created page with " {| class="wikitable" ! style="width: 200;" | QUESTIONS ! style="width: 200;" | XPRESS ! style="width: 200;" | TG X-Stack ! style="width: 200;" | DEGAS ! style="width: 200;" ...")
 
imported>JohnMC
No edit summary
Line 25: Line 25:
|
|
|- style="vertical-align:top;"
|- style="vertical-align:top;"
|  What types of bugs do you want correctness tools to detectData races, deadlocks, non-determinism.
|  What types of performance problems do you want tools to measure and diagnoseInsufficient parallelism? Serialization? Load-imbalance? Task dependences?
|
|
|
|

Revision as of 23:11, April 29, 2014

QUESTIONS XPRESS TG X-Stack DEGAS D-TEC DynAX X-TUNE GVR CORVETTE SLEEC PIPER
What kind of runtime overhead can you accept when running your application with a dynamic analysis tools such as a data race detector? 1.1X, 01.5X, 2X, 5X, 10X, 100X.
What types of performance problems do you want tools to measure and diagnose? Insufficient parallelism? Serialization? Load-imbalance? Task dependences?
What kind of correctness tools can help you with interactive debugging in a debugger? Do you want those tools to discover bugs for you?
Current auto-tuning and performance/precision debugging tools treat the program as a black-box. What kind of white-box program analysis techniques can help in auto-tuning your application with floating-point precision and alternative algorithms?
What kind of testing strategy do you normally apply while developing your software component? Do you write tests before or after the development process? What kind of coverage do you try to achieve? Do you write small unit tests or large systems tests to achieve coverage? Are your tests non-deterministic?
After a bug is discovered, do you want automated support to create a simplified test that will reproduce the bug?
What is your strategy to debug a DSL and its runtime? What kind of multi-level debugging support do you want for DSLs?
What kind of visualization and presentation support for bugs do you want from correctness tools? What kind of IDE integration do you want for the correctness tools?
When combining various languages/runtimes, can your language/runtime be debugged in isolation from the rest of the system?
List the performance challenges that you think the next generation programming languages and models would face?
How can performance tools help with reasoning about energy? How can performance tools help with resilience?