After more research, I dont't understand the execution times that I get.
In fact, when I executing an AES-128 in mode ECB, I get a time of 19 µs for the encryption.
And when I executing an SAES-128 in mode ECB, I get a time of 58 µs for the same encryption.
So, I don't undertand why I find a time multiplied by 3, whereas I find in the manuel a coefficient of 10 (as you can see in the picture). I am attaching the sources files which make it possible to obtain the times that I have indicated.
Sorry for my english, it's not my native language.