summaryrefslogtreecommitdiff
path: root/tools/net_speed_benchmark.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-06fix deprecation warningsEvan Shelhamer1-2/+2
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-26LOG(ERROR)->LOG(FATAL), and misc script changes.Yangqing Jia1-1/+1
2014-07-25Adding new caffe binary that does everything in one binary; deprecating devic...Yangqing Jia1-97/+3
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-1/+0
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-1/+4
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue1-4/+1
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue1-1/+1
2014-03-27tools should have nonzero error exit codesJonathan L Long1-1/+1
2014-03-27passing too many args to tool binaries is an errorJonathan L Long1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19fix net_speed_benchmark so 'make all' worksJeff Donahue1-2/+4
2014-03-04Fix the cpplint errors for benchmark TimerKai Li1-8/+13
2014-03-04Add state machine, boost::posix_time based cpu timer & tests for TimerKai Li1-10/+5
2014-03-04Replace CPU timer with newly added Timer to benchmark net speedKai Li1-44/+28
2014-03-04Synchronize GPU before CPU timers start and stop in net_speed_benchmarkKai Li1-0/+15
2014-02-26fix linter errors in examplesJeff Donahue1-13/+24
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer1-0/+92