UpsPrf.ModeProfilage
ModeProfilage Dans (Aucun, ProfilageApplication, ProfilageApplicationEtNoyau);
Description
ModeProfilage définit les modes de profilage possibles :
- Aucun.
Pas de profilage.
- ProfilageApplication
Profilage du code de l'application.
- ApplicationEtNoyau.
Profilage du code de l'application et de celui d'Up ! Virtual Technical Machine.
Exemple
Principal
/*******/
Debut
...
ActiverProfilage(ProfilageApplication);
...
ActiverProfilage(ProfilageApplicationEtNoyau);
...
ActiverProfilage(Aucun);
...
Fin Principal
Voir aussi
ActiverProfilage pour sélectionner le mode de profilage.
Traduction