home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / IN / PROFILER.I01 < prev    next >
Text File  |  1996-06-04  |  215b  |  15 lines

  1. import("profiler")?
  2. solution(S)?
  3.  
  4. profile(go,merge,level=>goal)?
  5. profile(move,level=>goal)?
  6. solution(S)?
  7. .
  8. write_stats?
  9. profile(move,level=>clause)?
  10. solution(S)?
  11. write_stats?
  12. unprofile(move,go)?
  13. .
  14. listing(move,go)?
  15.