Simple, neat and powerful tool for loading and managing JS scripts
...Scenario is very useful for the following cases:
1. Unit testing for JS without reloading the web page and re-engineering your code.
2. Load and manage scripts stored in arrays (code management).
3. Optimize coding flow by dynamically switching among best solution per case.
4. Run scenarios either distinctly or in parallel.
5. Keep easier track of bugs and errors when deploying.
So, Scenario executes multiple views of your code or multiple scenarios of your code life-time on-demand.
...Extracts the most popular queries grouping them by their normalized form and shows the statistics for each group. Helps developers to recognize most frequently run queries to be able to optimize overall db performance.
QuickProf is a simple runtime performance measurement tool for C++ code. It provides a rough performance estimate with minimal effort. This kind of feedback can be invaluable to developers who want to optimize performance where it matters.