Closed musm closed 8 years ago
julia> @iprofile f2(x) = 2*x ERROR: UndefVarError: lasttag not defined
julia> versioninfo() Julia Version 0.5.0-dev+429 Commit f71e449 (2015-09-29 09:47 UTC) Platform Info: System: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-4510U CPU @ 2.00GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas LIBM: libopenlibm LLVM: libLLVM-3.3
I'm not maintaining this code anymore; I'd be happy to accept a pull request that fixes the problem, but otherwise I recommend the built-in (statistical) profiler instead.
julia> @iprofile f2(x) = 2*x ERROR: UndefVarError: lasttag not defined