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.

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.

Perf
I also executed perf record and got an error in which I am stuck on
After spending more than 4 hours with my friends trying to resolve this, I decided to post this and come back to this again tomorrow.

Comments

Popular posts from this blog

Lab 01: Code Review

Return from MIA

Course Project Stage 2 Introduction