I have an example of using some of this here: http://www.jsoftware.com/jwiki/DevonMcCormick/DLA01 . It's been around for a long time - it looks very similar to the same facility I remember using in Sharp APL over 20 years ago.
On Fri, Jun 20, 2014 at 11:31 PM, 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 > -- Devon McCormick, CFA ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
