Use perf to profile the execution of whetstone. For information about perf usage, type command perf you will see the commands that perf supports. In this assignment, use perf to find out the number of instructions and cycles of whetstone that loops 200,000 times, and separate each count into user space and kernel space.
What command should I use to get the result? (I already installed perf)