timholy / IProfile.jl

Profilers for Julia
MIT License
18 stars 15 forks source link

UndefVarError: lasttag not defined #31

Closed musm closed 8 years ago

musm commented 9 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
timholy commented 9 years ago

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.