Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 258 Bytes

File metadata and controls

19 lines (11 loc) · 258 Bytes

OCAML Based C application profiler

  1. Compiling

cd ocaml-c-profiler make clean make all

(generates demo.o and profiler.native)

  1. Running Demo App

./demo.o

  1. Running Profiler

./profiler.native -n demo.o -p profile.data

(Scroll up and see outputs *)