Skip to content

Instantly share code, notes, and snippets.

@tkf
tkf / .gitignore
Last active March 21, 2023 23:14
A script to locate libpython associated with the given Python executable.
*.pyc
.pytest_cache
@tkf
tkf / Makefile
Created February 5, 2021 00:37
JULIA = julia --startup-file=no
export JULIA_NUM_THREADS = 32
export JULIA_LOAD_PATH = @
export JULIA_PROJECT = $(PWD)
.PHONY: rebuild
analysis.ipynb: analysis.jl result.json
$(MAKE) rebuild
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tkf
tkf / .gitignore
Last active December 11, 2021 02:21
/backup
/build
/config.mk
/result
/tmp
/var
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{"hconcat":[{"vconcat":[{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"time_ns","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"l1_dcache_load_misses_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"branch_misses_percent","type":"quantitative"}}}]},{"vconcat":[{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"dtlb_load_misses_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"stalled_cycles_frontend_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"scale":{"zero":false},"field":"stalled_cycles_backend_per
{"hconcat":[{"vconcat":[{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"time_ns","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"l1_dcache_load_misses_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"branch_misses_percent","type":"quantitative"}}}]},{"vconcat":[{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"dtlb_load_misses_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"field":"stalled_cycles_frontend_percent","type":"quantitative"}}},{"mark":{"point":true,"type":"line"},"encoding":{"x":{"field":"log2smallsize","type":"quantitative"},"y":{"scale":{"zero":false},"field":"stalled_cycles_backend_per
We couldn’t find that file to show.