Hi!
Is profiling (via profiling_summary
) only supported for Network
-style simulations or is there a way to get the profiling information also for a magic network?
Thanks,
Sebastian
Hi!
Is profiling (via profiling_summary
) only supported for Network
-style simulations or is there a way to get the profiling information also for a magic network?
Thanks,
Sebastian
Hi Sebastian,
brian2.profiling_summary()
produces profiling information for the magic network by default, and for a specific Network
if you pass it as argument via brian2.profiling_summary(net=your_network)
.
See profiling_summary function — Brian 2 2.5.0.3 documentation
Best,
Denis
Hi!
Thanks. Seems I was not reading the docs careful enough. I’ll extend Running a simulation — Brian 2 2.5.0.3 documentation to make things even more obvious.
Cheers,
Sebastian
Here we go: Make profiling documentation even more obvious by schmitts · Pull Request #1406 · brian-team/brian2 · GitHub
Please comment if you like.