Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/profiling/lang/en/tool_profiling.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['calls'] = 'Function calls';
00028 $string['cannotfindanyrunforurl'] = 'Sorry, cannot find any profiling run for the \'{$a}\' URL';
00029 $string['cannotfindanyrunforrunid'] = 'Sorry, cannot find the \'{$a}\' profiling run';
00030 $string['comment'] = 'Comment';
00031 $string['differencesbetween2runsof'] = 'Differences between 2 runs of {$a}';
00032 $string['executiontime'] = 'Execution time';
00033 $string['cputime'] = 'CPU time';
00034 $string['lastrunof'] = 'Summary of last run of {$a}';
00035 $string['markreferencerun'] = 'Mark as reference run/comment';
00036 $string['memory'] = 'Memory used';
00037 $string['pluginname'] = 'Profiling runs';
00038 $string['profilingfocusscript'] = 'Focus on profiling runs for the script: {$a}';
00039 $string['profilingruns'] = 'Profiling runs';
00040 $string['profilingrunsfor'] = 'Profiling runs for {$a}';
00041 $string['referencerun'] = 'Reference run/comment';
00042 $string['runid'] = 'Run ID';
00043 $string['summaryof'] = 'Summary of {$a}';
00044 $string['viewdetails'] = 'View profiling details';
00045 $string['viewdiff'] = 'View profiling differences with last reference run';
00046 $string['viewdiffdetails'] = 'View profiling diff details';
 All Data Structures Namespaces Files Functions Variables Enumerations