Very often a single line takes a majority of the cpu. On 21 Jun 2014 03:31, "Raul Miller" <[email protected]> wrote:
> Why am I only today noticing http://www.jsoftware.com/help/release/pm.htm? > > This kind of thing is an essential tool for monitoring code coverage, and > for focusing attention on the important bottlenecks, in a large body of > code. > > Assuming it works (and I have not had time to try it yet): > > (*) Code that never gets executed should be treated as dubious. Either it > needs documentation and test cases or it's garbage (or sometimes both). > > (*) Code that eats most of the time should sometimes get attention. It's > probably working fine but sometimes there might be a more efficient > approach. > > Thanks, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
