# \#memory-analysis

**URL:** https://discourse.julialang.org/tag/memory-analysis/1573.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [\[ANN\] CodeGlass – see what your code is actually doing](https://discourse.julialang.org/t/ann-codeglass-see-what-your-code-is-actually-doing/137020)

<div class="topic-metadata">

**Author:** [@Tyrone](https://discourse.julialang.org/u/Tyrone)\
**Replies:** 17\
**Last updated:** [September 3, 2026, 8:07am UTC](https://discourse.julialang.org/t/ann-codeglass-see-what-your-code-is-actually-doing/137020 "2026-09-03T08:07:02Z")

</div>

Hi all, Over the past few years, we’ve been building runtime analysis tools for different languages and use cases, including Julia. Today, we would like to officially announce the release of our Julia profiling toolbox:…

---

## [Are there any tools in julia that can test the peak memory consumption of the functions I wrote?](https://discourse.julialang.org/t/are-there-any-tools-in-julia-that-can-test-the-peak-memory-consumption-of-the-functions-i-wrote/113011)

<div class="topic-metadata">

**Author:** [@F-YF](https://discourse.julialang.org/u/F-YF)\
**Replies:** 1\
**Last updated:** [April 16, 2024, 1:00pm UTC](https://discourse.julialang.org/t/are-there-any-tools-in-julia-that-can-test-the-peak-memory-consumption-of-the-functions-i-wrote/113011 "2024-04-16T13:00:03Z")

</div>

Let’s look at this example first: julia\> using BenchmarkTools julia\> julia\> function f(x::Matrix{Float64}) y = x \* x return nothing end f (generic function with 1 method) julia\> julia\> …
