OCAML Based C application profiler Compiling cd ocaml-c-profiler make clean make all (generates demo.o and profiler.native) Running Demo App ./demo.o Running Profiler ./profiler.native -n demo.o -p profile.data (Scroll up and see outputs *)