JavaScript DHTML/YUI Library/Profile

Материал из Web эксперт
Перейти к: навигация, поиск

Internationalizing the ProfilerViewer Interface: German

   <source lang="html4strict">


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ProfileViewer: Profiling Calendar with a German UI</title> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/reset/reset.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/base/base.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/fonts/fonts.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/calendar/assets/skins/sam/calendar.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/profilerviewer/assets/skins/sam/profilerviewer.css"> <script type="text/javascript" src="yui_2.7.0b-lib/utilities/utilities.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/element/element-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/calendar/calendar.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profiler/profiler-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profilerviewer/profilerviewer-min.js"></script> <style type="text/css">

 body {
   margin:1em;
 }

</style> </head> <body class="yui-skin-sam">

Internationalizing the ProfilerViewer Interface: German

The <a href="http://developer.yahoo.ru/yui/profilerviewer/">ProfilerViewer Control</a> can be easily internationalized by modifying the STRINGS member of YAHOO.widget.ProfilerViewer In this example, a German translation provided by Christian Heilmann is applied to the UI.

<script type="text/javascript"> YAHOO.widget.ProfilerViewer.STRINGS = {

 title: "YUI Profiler (beta)",
 buttons: {
   viewprofiler: "Profiler Daten anzeigen",
   hideprofiler: "Profiler Report verstecken",
   showchart: "Diagramm anzeigen",
   hidechart: "Diagramm verstecken",
   refreshdata: "Daten neu laden"
 },
 colHeads: {
     //key: [column label, column width in px]
   fn: ["Funktion/Methode", null],
   calls: ["Aufrufe", 60],
   avg: ["Durchschnitt", 90],
   min: ["Schnellste", 80],
   max: ["Langsamste", 85],
   total: ["Zeit total", 80],
   pct: ["Prozent", 70]
 },
 millisecondsAbbrev: "ms",
 initMessage: "Diagramm wird vorbereitet...",
 installFlashMessage: "Konnte Flash Inhalt nicht laden. YUI Charts Control erfordert Flash Player 9.0.45 or neuer. Bitten laden Sie die neueste Version des Flash Players beim <a href="http://www.adobe.ru/go/getflashplayer">Adobe Flash Player Download Center</a> herunter."

};


 YAHOO.namespace("example.calendar");
 YAHOO.example.calendar.init = function() {
   YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1container");
   YAHOO.tool.Profiler.registerObject("cal1", YAHOO.example.calendar.cal1 );
   YAHOO.example.calendar.cal1.render();
   var pv = new YAHOO.widget.ProfilerViewer("profiler", {
     visible: true, //expand the viewer mmediately after instantiation
     showChart: true,
     base:"yui_2.7.0b-lib/",
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf"
   });
   
   //Just to make the instance publicly accessible via the console:
   YAHOO.example.pv = pv;
   
 }
 YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
 

</script> </body> </html>


 </source>
   
  

<A href="http://www.wbex.ru/Code/JavaScriptDownload/yui_2.7.0b.zip">yui_2.7.0b.zip( 4,431 k)</a>


ProfileViewer: Profiling Calendar with a Spanish UI

   <source lang="html4strict">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ProfileViewer: Profiling Calendar with a Spanish UI</title> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/reset/reset.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/base/base.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/fonts/fonts.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/calendar/assets/skins/sam/calendar.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/profilerviewer/assets/skins/sam/profilerviewer.css"> <script type="text/javascript" src="yui_2.7.0b-lib/utilities/utilities.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/element/element-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/calendar/calendar.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profiler/profiler-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profilerviewer/profilerviewer-min.js"></script> <style type="text/css">

 body {
   margin:1em;
 }

</style> </head> <body class="yui-skin-sam">

Internationalizing the ProfilerViewer Interface: Spanish

The <a href="http://developer.yahoo.ru/yui/profilerviewer/">ProfilerViewer Control</a> can be easily internationalized by modifying the STRINGS member of YAHOO.widget.ProfilerViewer In this example, a Spanish translation provided by Caridy Patiño Mayea is applied to the UI.

<script type="text/javascript"> YAHOO.widget.ProfilerViewer.STRINGS = {

   title: "YUI Profiler (beta)",
   buttons: {
       viewprofiler: "Mostrar datos del Profiler",
       hideprofiler: "Ocultar reporte del Profiler",
       showchart: "Mostrar Gráfica",
       hidechart: "Ocultar Gráfica",
       refreshdata: "Refrescar Datos"
   },
   colHeads: {
     //key: [column label, column width in px]
       fn: ["Función/Método", null],
       calls: ["Llamadas", 70],
       avg: ["Promedio", 70],
       min: ["Menor", 70],
       max: ["Mayor", 70],
       total: ["Tiempo Total", 90],
       pct: ["Porcentaje", 80]
   },
   millisecondsAbbrev: "ms",
   initMessage: "Inicializando gráfica...",
   installFlashMessage: "No se pudo cargar el contenido Flash. El control YUI Charts requiere Flash Player 9.0.45 o superior. Usted puede descargar la última versión del Flash Player del <a href="http://www.adobe.ru/go/getflashplayer?Lang=Spanish">Centro de descargas de Adobe Flash Player</a>."

};


 YAHOO.namespace("example.calendar");
 YAHOO.example.calendar.init = function() {
   YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1container");
   YAHOO.tool.Profiler.registerObject("cal1", YAHOO.example.calendar.cal1 );
   YAHOO.example.calendar.cal1.render();
   var pv = new YAHOO.widget.ProfilerViewer("profiler", {
     visible: true, //expand the viewer mmediately after instantiation
     showChart: true,
     base:"yui_2.7.0b-lib/",
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf"
   });
   //Just to make the instance publicly accessible via the console:
   YAHOO.example.pv = pv;    
 }
 YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
 

</script> </body> </html>


 </source>
   
  

<A href="http://www.wbex.ru/Code/JavaScriptDownload/yui_2.7.0b.zip">yui_2.7.0b.zip( 4,431 k)</a>


Simple Profiling of a YUI Calendar Control Instance

   <source lang="html4strict">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ProfileViewer: Profiling Calendar</title> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/reset/reset.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/base/base.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/fonts/fonts.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/calendar/assets/skins/sam/calendar.css"> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/profilerviewer/assets/skins/sam/profilerviewer.css"> <script type="text/javascript" src="yui_2.7.0b-lib/utilities/utilities.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/element/element-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/calendar/calendar.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profiler/profiler-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profilerviewer/profilerviewer-min.js"></script>

<style type="text/css">

 body {
   margin:1em;
 }

</style> </head> <body class="yui-skin-sam">

Simple Profiling of a YUI Calendar Control Instance

In this simple example, the <a href="http://developer.yahoo.ru/yui/profilerviewer/">ProfilerViewer Control</a> is used to profile an instance of the <a href="http://developer.yahoo.ru/yui/calendar/">YUI Calendar Control</a>. Interact with the calendar interface, then activate the ProfilerViewer to see the profile data. You can then continue to interact with the calendar, refreshing the data in the ProfilerViewer to update the profiling display.

<script type="text/javascript">

 YAHOO.namespace("example.calendar");
 YAHOO.example.calendar.init = function() {
   //instantiate Calendar:
   YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1container");
   
   //profile the instance, labeling it "cal1":
   YAHOO.tool.Profiler.registerObject("cal1", YAHOO.example.calendar.cal1 );
   
   //render the Calendar; after this line, the Calendar is on the page,
   //ready to be used; all the while, Profiler will be tracking the time
   //spent in each function:
   YAHOO.example.calendar.cal1.render();
   
   YAHOO.example.pv = new YAHOO.widget.ProfilerViewer("profiler", {
     showChart: true, //we want to see the pretty charts!
     base:"yui_2.7.0b-lib/", //path to YUI assets; if you leave this
                //blank, files will be drawn from 
                //yui.yahooapis.ru.
     //path to Charts Control swf file; if left blank, we"ll
     //use the one from yui.yahooapis.ru; this path is relative
     //to your current HTML page:
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf",
     
     //In this case we only want to see functions that have
     //been called at least once and that have the "cal1"
     //label associated with them in Profiler:
     filter: function(o) {
       //Only show functions that have been called at least
       //once and that are part of the cal1 object:
       return ((o.calls > 0) && (o.fn.indexOf("cal1") > -1));
     }
   });
 }
 
 //Run the calendar.innit function only when the Dom is fully loaded:
 YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
 

</script>


 </source>
   
  

<A href="http://www.wbex.ru/Code/JavaScriptDownload/yui_2.7.0b.zip">yui_2.7.0b.zip( 4,431 k)</a>


Using Profiler/ProfilerViewer to Inspect Non-YUI Code

   <source lang="html4strict">


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>ProfileViewer: Profiling Calendar</title> <link rel="stylesheet" type="text/css" href="yui_2.7.0b-lib/fonts/fonts.css"> <link rel="stylesheet" type="text/css" href="assets/dpSyntaxHighlighter.css"> <script type="text/javascript" src="yui_2.7.0b-lib/yuiloader/yuiloader-min.js"></script> <script type="text/javascript" src="yui_2.7.0b-lib/profiler/profiler-min.js"></script> <script type="text/javascript" src="assets/dpSyntaxHighlighter.js"></script> <style type="text/css">

 body {
   margin:1em;
 }
 a.button {
   background:#3f6bc3; 
   font:bold 11px arial; 
   color:#fff; 
   padding:4px; 
   margin:0 0 0 10px; 
   border:1px solid #3f567d; 
   cursor:pointer;
   display:-moz-inline-stack;
   display:inline-block;
 }
 
 a.disabled {background:#666;}

</style> </head> <body class="yui-skin-sam">

Using Profiler/ProfilerViewer to Inspect Non-YUI Code

The <a href="http://developer.yahoo.ru/yui/profilerviewer/">ProfilerViewer Control</a> (and the <a href="http://developer.yahoo.ru/yui/profiler/">Profiler</a> that drives it) is code-agnostic: It can be used as easily to profile your own code or third-party code as it can to profile YUI modules. In this example, we use Profiler and ProfilerViewer to profile the <a href="http://code.google.ru/p/syntaxhighlighter/">DP Syntax Highlighter</a> script that the YUI Project uses for code highlighting on our website.

To lighten the initial YUI footprint on the page (and minimize the impact of YUI on the script being profiled), this example takes the following steps:

  1. <a href="http://developer.yahoo.ru/yui/yuiloader/">YUI Loader</a> and Profiler are loaded first, along with the script being profiled. By putting only a tiny amount of YUI code on the page, we should be able to run DP Syntax Highlighter without its performance being impacted much by YUI.
  2. Once DP Syntax Highlighter has run, highlighting the codeblocks in the tutorial below, click on the link below reading "Show Code Profile." This will trigger YUI Loader to load ProfilerViewer and its dependencies, rendering the display and allowing you to explore the performance profile of the Syntax Highlighter.

<a class="button" id="showProfile" onClick="YAHOO.example.pv.showProfilerViewer()">Show Code Profile</a>


Here"s how we accomplish the steps outlined above. (Note: It"s the script-based code-highlighting used below that"s being profiled in this example.)

First, we load the minimal dependencies for profiling code with YUI Profiler. To that, we add the DP Syntax Highlighter code (ie, the code that we"ll be profiling).

<textarea name="code" class="HTML" cols="60" rows="1"><script type="text/javascript" src="http://yui.yahooapis.ru//build/yuiloader/yuiloader-min.js"></script> <script type="text/javascript" src="http://yui.yahooapis.ru//build/profiler/profiler-min.js"></script> <script type="text/javascript" src="http://developer.yahoo.ru/yui/examples/profilerviewer/assets/dpSyntaxHighlighter.js"></script></textarea>

Next, we set up a simple initialization function that (a) sets up the code we want to profile then (b) executes the code:

<textarea name="code" class="CSS" cols="60" rows="1">YAHOO.example.pv.init = function() {

 //profile the Syntax Highlighter; note: we want to register the
 //object for profiling before we execute the highlighting code:
 YAHOO.tool.Profiler.registerConstructor("dp.sh.Highlighter");
 YAHOO.tool.Profiler.registerObject("dpSyntaxHighlighter", dp, true);
 //Highlight code:
 dp.SyntaxHighlighter.HighlightAll("code");

}; YAHOO.example.pv.init();</textarea>

At this point, we"ve told Profiler what parts of Syntax Highlighter we want profiled and we"ve then run Syntax Highlighter, capturing data about its performance. And we"ve done all this with the smallest possible amount of YUI code on the page. Note that Profiler is loaded now, but ProfilerViewer and all of the YUI infrastructure it leverages — like Element, DataTable and Charts — is still absent.

Now it"s time to set up a button that brings in the YUI ProfilerViewer and all of its dependencies. That button executes the following code:

<textarea name="code" class="JScript" cols="60" rows="1">//When the showProfile button is clicked, use YUI Loader to get all required //dependencies and then show the profile: YAHOO.example.pv.showProfilerViewer = function() {

 //disable the button once it"s clicked:
 document.getElementById("showProfile").onclick = "";
 document.getElementById("showProfile").className += " disabled";
 
 //private function renders the viewer once dependencies are loaded:
 var showViewer = function() {
   //instantiate ProfilerViewer with desired options:
   var pv = new YAHOO.widget.ProfilerViewer("", {
     visible: true, //expand the viewer mmediately after instantiation
     showChart: true,
     base:"yui_2.7.0b-lib/",
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf"
   });
 };
 //private function gets dependencies for ProfilerViewer:
 var getProfilerViewer = function() {
   var loader = new YAHOO.util.YUILoader({
     base: "yui_2.7.0b-lib/",
     require: ["profilerviewer"], //YUI Loader will handle all dependencies
                   //for us. Nice!
     onSuccess: showViewer
   });
   loader.insert();
 };
 
 //fire getProfilerViewer to trigger the loading and display of the viewer
 //console:
 getProfilerViewer();

};</textarea>

You can use similar strategies to leverage YUI"s Profiler and ProfilerViewer on your projects — even those that aren"t based on YUI.

The full script souce for this example follows:

<textarea name="code" class="JScript" cols="60" rows="1">YAHOO.namespace("example.pv"); YAHOO.example.pv.init = function() {

 //profile the Syntax Highlighter; note: we want to register the
 //object for profiling before we execute the highlighting code:
 YAHOO.tool.Profiler.registerConstructor("dp.sh.Highlighter");
 YAHOO.tool.Profiler.registerObject("dpSyntaxHighlighter", dp, true);
 //Highlight code:
 dp.SyntaxHighlighter.HighlightAll("code");

}; //When the showProfile button is clicked, use YUI Loader to get all required //dependencies and then show the profile: YAHOO.example.pv.showProfilerViewer = function() {

 //disable button:
 document.getElementById("showProfile").onclick = "";
 document.getElementById("showProfile").className += " disabled";
 
 //private function renders the viewer once dependencies are loaded:
 var showViewer = function() {
   //instantiate ProfilerViewer with desired options:
   var pv = new YAHOO.widget.ProfilerViewer("", {
     visible: true, //expand the viewer mmediately after instantiation
     showChart: true,
     base:"yui_2.7.0b-lib/",
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf"
   });
 };
 //private function gets dependencies for ProfilerViewer:
 var getProfilerViewer = function() {
   var loader = new YAHOO.util.YUILoader({
     base: "yui_2.7.0b-lib/",
     require: ["profilerviewer"], //YUI Loader will handle all dependencies
                   //for us. Nice!
     onSuccess: showViewer
   });
   loader.insert();
 };
 
 //fire getProfilerViewer to trigger the loading and display of the viewer
 //console:
 getProfilerViewer();

}; YAHOO.example.pv.init();</textarea> <script type="text/javascript">

YAHOO.namespace("example.pv"); YAHOO.example.pv.init = function() {

 //profile the Syntax Highlighter; note: we want to register the
 //object for profiling before we execute the highlighting code:
 YAHOO.tool.Profiler.registerConstructor("dp.sh.Highlighter");
 YAHOO.tool.Profiler.registerObject("dpSyntaxHighlighter", dp, true);
 //Highlight code:
 dp.SyntaxHighlighter.HighlightAll("code");

}; //When the showProfile button is clicked, use YUI Loader to get all required //dependencies and then show the profile: YAHOO.example.pv.showProfilerViewer = function() {

 //disable button:
 document.getElementById("showProfile").onclick = "";
 document.getElementById("showProfile").className += " disabled";
 
 //private function renders the viewer once dependencies are loaded:
 var showViewer = function() {
   //instantiate ProfilerViewer with desired options:
   var pv = new YAHOO.widget.ProfilerViewer("", {
     visible: true, //expand the viewer mmediately after instantiation
     showChart: true,
     base:"yui_2.7.0b-lib/",
     swfUrl: "yui_2.7.0b-lib/charts/assets/charts.swf"
   });
   //Just to make the instance publicly accessible via the console:
   YAHOO.example.pv.instance = pv;
 };
 //private function gets dependencies for ProfilerViewer:
 var getProfilerViewer = function() {
   var loader = new YAHOO.util.YUILoader({
     base: "yui_2.7.0b-lib/",
     require: ["profilerviewer"], //YUI Loader will handle all dependencies
                      //for us. Nice!
     onSuccess: showViewer
   });
   loader.insert();
 };
 
 //fire getProfilerViewer to trigger the loading and display of the viewer
 //console:
 getProfilerViewer();

}; YAHOO.example.pv.init(); </script> </body> </html>


 </source>
   
  

<A href="http://www.wbex.ru/Code/JavaScriptDownload/yui_2.7.0b.zip">yui_2.7.0b.zip( 4,431 k)</a>