Skip to content

Instantly share code, notes, and snippets.

View yesimon's full-sized avatar

Simon Ye yesimon

View GitHub Profile
@yesimon
yesimon / conftest.py
Created October 6, 2016 20:28
pytest plugin for timing individual fixtures
import sys
import time
import pytest
import operator
def timer():
if sys.version_info < (3, 3):
return time.time()
return time.perf_counter()
@yesimon
yesimon / # cmake - 2016-02-25_00-47-47.txt
Created February 25, 2016 05:56
cmake on x86_64-linux - Homebrew build logs
Homebrew build logs for cmake on x86_64-linux
Build date: 2016-02-25 00:47:47
2015-05-10 13:44:42 -0400
./bootstrap.sh
--prefix=/idi/sabeti-scratch/yesimon/linuxbrew/Cellar/boost/1.57.0
--libdir=/idi/sabeti-scratch/yesimon/linuxbrew/Cellar/boost/1.57.0/lib
--without-icu
--without-libraries=python,mpi
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Unicode/ICU support for Boost.Regex?... disabled.
Wed Mar 25 18:05:53 -0400 2015
./bootstrap.sh
--prefix=/idi/sabeti-scratch/yesimon/linuxbrew/Cellar/boost/1.57.0
--libdir=/idi/sabeti-scratch/yesimon/linuxbrew/Cellar/boost/1.57.0/lib
--without-icu
--without-libraries=python,log,mpi
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Unicode/ICU support for Boost.Regex?... disabled.