Course Project Stage 2 part 2: Profiling
After a series of installing different stuff under my own machine, i was finally able to rebuild stage 1 under my laptop.
Stage 1 Rebuild
Since I am continuing under a different machine, I rebuild stage 1.
Gprof
After having to install many many MANY software required on to my own machine AGAIN, I was finally able to run "gprof" but the results was not very satisfying.
Stage 1 Rebuild
Since I am continuing under a different machine, I rebuild stage 1.
Home laptop | ||
Aarch64 | ||
483,546 kb mkv file | ||
compress | 1st test | 2nd test |
real | 8m13.718s | 8m13.024s |
user | 8m11.359s | 8m10.813s |
sys | 0m2.344s | 0m2.141s |
decompress | ||
real | 0m31.880s | 0m31.827s |
user | 0m30.813s | 0m30.906s |
sys | 0m1.031s | 0m0.955s |
1,412,966 kb mkv file | ||
compress | 1st test | 2nd test |
real | 23m54.487s | 23m47.785s |
user | 23m48.141s | 23m41.016s |
sys | 0m5.984s | 0m6.609s |
decompress | ||
real | 0m24.068s | 0m24.030s |
user | 0m21.188s | 0m20.828s |
sys | 0m2.859s | 0m3.172s |
And from here, begins the profiling
Stage 2 profiling
Gprof
After having to install many many MANY software required on to my own machine AGAIN, I was finally able to run "gprof" but the results was not very satisfying.
I executed sudo gprof /(absolute path)/xz after I used the software to compress a 400M mkv file.
And I assume when all the times are in 0.00, something is wrong.
And I assume when all the times are in 0.00, something is wrong.
Comments
Post a Comment