Click here to Skip to main content
15,891,375 members
Articles / Web Development / HTML

NTime - Performance unit testing tool

Rate me:
Please Sign up or sign in to vote.
4.73/5 (27 votes)
30 Mar 20066 min read 437K   8.2K   163  
An article on a performance testing tool to test an application against its performance
<HTML>
<HEAD>
<!-- Generated by Together on 2004-03-27 19:21:14 -->
<TITLE>Map file for Class Diagram1</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><BASE TARGET=classFrame><SCRIPT LANGUAGE = "JavaScript">
function doClick
(imageHref) {
if (parent.imageFrame != null)
   parent.imageFrame.location.href = imageHref;}
function loadImage() {
try{ if((parseInt ( navigator.appVersion.charAt(0) )  >=4)  && ( (navigator.appName.indexOf("Microsoft") != -1)  || (navigator.appName.indexOf("Sun") != -1))) {
  if (parent.isAppletFirstTime == true) {
     parent.isAppletFirstTime = false;
     return;
  }
  if (parent.packageListFrame.document.navigApplet == null) { return; }
  var imageFileName = "Class Diagram1.gif";
  var myWidth = document.body.scrollWidth;
  if (myWidth <= document.body.clientWidth) myWidth = document.images[0].width+25;
  var myHeight = document.body.scrollHeight;
  if (myHeight <= document.body.clientHeight) myHeight = document.images[0].height+25;
    parent.packageListFrame.document.navigApplet.loadView(imageFileName, myWidth, myHeight);
  resizeSpot();
  moveSpot();
 }}catch(Exception){}
}
function resizeSpot() {
try{ if((parseInt ( navigator.appVersion.charAt(0) )  >=4)  && ( (navigator.appName.indexOf("Microsoft") != -1)  || (navigator.appName.indexOf("Sun") != -1))) {
   if (parent.packageListFrame.document.navigApplet == null) { return; }
    parent.packageListFrame.document.navigApplet.setSpotSize(document.body.clientWidth, document.body.clientHeight);
    parent.packageListFrame.document.navigApplet.repaint();
 }}catch(Exception){}
}
function moveSpot() {
try{ if((parseInt ( navigator.appVersion.charAt(0) )  >=4)  && ( (navigator.appName.indexOf("Microsoft") != -1)  || (navigator.appName.indexOf("Sun") != -1))) {
   if (parent.packageListFrame.document.navigApplet == null) { return; }
    parent.packageListFrame.document.navigApplet.moveSpot(document.body.scrollLeft, document.body.scrollTop);
 }}catch(Exception){}
}
</SCRIPT>
</HEAD>

<BODY onLoad="loadImage()" onResize="resizeSpot()" onScroll="moveSpot()"><IMG SRC = "Class Diagram1.gif" USEMAP = "#Beauty"><MAP NAME = "Beauty"></MAP>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer
Poland Poland
Born in Poland, living there as employeed developer, in free time writing much .net stuff and designing applications.

Comments and Discussions