Subversion Repositories Applications.papyrus

Rev

Rev 187 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 187 Rev 285
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: BOG_chrono.fonct.php,v 1.2 2004-11-29 15:54:16 jpm Exp $
22
// CVS : $Id: BOG_chrono.fonct.php,v 1.3 2005-02-28 11:14:45 jpm Exp $
23
/**
23
/**
24
* Bibliothèque de fonctions permettant de mesure le temps d'execution d'un script.
24
* Bibliothèque de fonctions permettant de mesure le temps d'execution d'un script.
25
*
25
*
26
* Contient des fonctions permettant d'évaluer un script.
26
* Contient des fonctions permettant d'évaluer un script.
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
30
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.2 $ $Date: 2004-11-29 15:54:16 $
34
*@version       $Revision: 1.3 $ $Date: 2005-02-28 11:14:45 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 45... Line 45...
45
* Pour un site en production, il suffit d'ajouter un style #chrono {display:none;} dans la css. De cette façon,
45
* Pour un site en production, il suffit d'ajouter un style #chrono {display:none;} dans la css. De cette façon,
46
* le tableau ne s'affichera pas. Le webmaster lui pourra rajouter sa propre feuille de style affichant le tableau.
46
* le tableau ne s'affichera pas. Le webmaster lui pourra rajouter sa propre feuille de style affichant le tableau.
47
* Le développeur initial de cette fonction est Loic d'Anterroches. Elle a été modifiée par Jean-Pascal Milcent.
47
* Le développeur initial de cette fonction est Loic d'Anterroches. Elle a été modifiée par Jean-Pascal Milcent.
48
* Elle utilise une variable gobale : $_CHRONO_
48
* Elle utilise une variable gobale : $_CHRONO_
49
*
49
*
50
* @author   Loic d'Anterroches
50
* @author   Loic d'Anterroches
-
 
51
* @author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
51
* @param    int     l'indentation de base pour le code html du tableau.
52
* @param    int     l'indentation de base pour le code html du tableau.
52
* @param    int     le pas d'indentation pour le code html du tableau.
53
* @param    int     le pas d'indentation pour le code html du tableau.
53
* @return   string  la chaine XHTML de mesure des temps.
54
* @return   string  la chaine XHTML de mesure des temps.
54
*/
55
*/
55
function BOG_afficherChrono($indentation_origine = 8, $indentation = 4)
56
function BOG_afficherChrono($indentation_origine = 8, $indentation = 4)
Line 108... Line 109...
108
}
109
}
Line 109... Line 110...
109
 
110
 
110
/* +--Fin du code ----------------------------------------------------------------------------------------+
111
/* +--Fin du code ----------------------------------------------------------------------------------------+
111
*
112
*
-
 
113
* $Log: not supported by cvs2svn $
-
 
114
* Revision 1.2  2004/11/29 15:54:16  jpm
-
 
115
* Changement de nom de variable et légère correction.
112
* $Log: not supported by cvs2svn $
116
*
113
* Revision 1.1  2004/06/15 10:13:07  jpm
117
* Revision 1.1  2004/06/15 10:13:07  jpm
114
* Intégration dans Papyrus.
118
* Intégration dans Papyrus.
115
*
119
*
116
* Revision 1.2  2004/04/22 09:01:55  jpm
120
* Revision 1.2  2004/04/22 09:01:55  jpm