This document discusses new development tools available for NonStop systems, including code coverage and profile guided optimization (PGO) tools. It provides instructions for instrumenting code for code coverage analysis using compiler options, running the instrumented code to generate profiling data, and using the codecov utility to generate HTML reports. It also describes how to enable and use PGO by first instrumenting code with profgen during compilation, generating profiling data, and then recompiling with profuse to optimize based on the profiles.