Skip to content

cscheid/ic-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This all assumes a linux machine. Sorry.

To run

$ make

$ ./main INPUT_FILE_NAME OUTPUT_FILE_NAME

To profile

$ make clean

$ make profile

Because we don't want output to count in our profile, we always write to /dev/null when profiling:

$ ./main INPUT_FILE_NAME /dev/null

$ gprof main > gprof.out

The output of gprof is a bit inscrutable, but it's very helpful to pinpoint places where the code is slow. It's what I've used to optimize things.

About

Jan 2020 experiments on ICs.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors