Development Utilities

Click to Enlarge

development utilities


Star-P's interfaces to popular utilities streamlines development and improves application performance. With debugging, profiling, and monitoring tools, interactively explore your algorithms and application code, understand where the time is being spent, impact of server calls, data distributions, etc. By quickly zeroing on areas where most of the time is spent, determine what portions of your code can have the biggest impact on performance.

In this example of one of the built-in utilities, we see a breakdown of the total wall clock time for a particular code: starting out with operation mostly on the client, then on the server, then network. And on the bottom we see the cumulative picture evolve over time.