Hacker News new | ask | show | jobs
by saagarjha 2772 days ago
Just as a FYI, this takes a while to compile:

  $ pbpaste | time clang -x c -
         99.35 real        82.72 user         9.94 sys
If you're using iTerm, you can pipe the output of the program to imgcat to see the result without leaving your terminal.
1 comments

gcc mandel.c -o mandel 95.84s user 3.99s system 71% cpu 2:18.88 total

thought it was just my notebook :) think it is the longest my machine spent on just 41 lines of code to compile