Finding instruction analysis is a time-consuming and repetitive task. Simply converting the source code to assembly language would not work as there are branches, lops and other things which would affect the actual execution of instructions.
What we need is an actual tool to count the instructions and take their information for each instruction.
Discussion