$ gcc prof.c test/test.c -finstrument-functions -g
$ ./a.exe
$ python ./trace_to_vcd.py -t ./trace.out -o ./o.vcd -p ./a.exe
$ gcc prof.c test/test.c -finstrument-functions -g
$ ./a.exe
$ python ./trace_to_vcd.py -t ./trace.out -o ./o.vcd -p ./a.exe