UpsPrf.ReinitialiserProfilage

Procedure Habilitation ReinitialiserProfilage();

Description

La procédure ReinitialiserProfilage permet de réinitialiser les statistiques de profilage.

Exemple

Principal
/*******/
Debut
...
ReinitialiserProfilage();
ActiverProfilage(ProfilageApplication);
/* On active le profilage le temps d'exécuter une partie du code. */
...
ActiverProfilage(Aucun);
GenererProfil(TriParModuleEtNomDAppels);
...
Fin Principal

Voir aussi

GenererProfil pour générer le rapport de profilage.

Traduction

---------