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