Skip to content

timholy/SnoopCompile.jl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42eddb5 · Aug 19, 2021
Aug 17, 2021
Oct 17, 2020
Aug 17, 2021
Aug 11, 2021
Jul 23, 2021
Aug 19, 2021
Aug 19, 2021
Aug 3, 2020
Aug 3, 2020
Sep 1, 2015
Dec 7, 2019
Aug 16, 2021
Jan 8, 2021

Repository files navigation

SnoopCompile

Build Status Codecov

SnoopCompile observes the Julia compiler, causing it to record the functions and argument types it's compiling. From these lists of methods, you can generate lists of precompile directives that may reduce the latency between loading packages and using them to do "real work."

See the documentation: