Profiling Your Applications

By Philip Prohm

Posted July 11 2007

Summary: Your application is working, but is it working too hard? Once the code is doing what it should do, it's time to make sure it's not wasting your customer's time. Philip Prohm shows how to use Clarion's built-in profiling hooks to find bottlenecks in running code.

Please log on to read this subscriber-only article. If you do not have a subscription you can purchase one in the ClarionMag store.

Clarion Roadmap

Try the roadmap (beta)

Search ClarionMag

 

Advanced search

From the archives

Using Inheritance To Create Flexible Applications

3/20/2008 12:00:00 AM

If you've ever had to create two versions of the same application you know the meaning of hair loss. But it doesn't have to be that way; tools and language features are available to ease the development of adaptable, configurable applications, including the mainstay of object-oriented programming, inheritance.