# Profiling module precompilation

**URL:** https://discourse.julialang.org/t/profiling-module-precompilation/33438
**Category:** Performance
**Created:** [January 16, 2020, 12:35pm UTC](https://discourse.julialang.org/t/profiling-module-precompilation/33438 "2020-01-16T12:35:17Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [January 16, 2020, 3:21pm UTC](https://discourse.julialang.org/t/profiling-module-precompilation/33438/4 "2020-01-16T15:21:19Z")

</div>

Would be nice to be able to get a printout that shows how much the “self time” and total time of loading a package (+ deps) is.

So if you do `using MegaMLFramework` it would show something like:

```julia
name self total
MegaMLFramework 2 s 20 s
Flux 6 s 18 s
Zygote 12 s 12 s

```

---

_[View the full topic](https://discourse.julialang.org/t/profiling-module-precompilation/33438)._
