Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Add example logbook entry
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Jan 5, 2024
1 parent 8f57e40 commit 3638249
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/logbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,22 @@ url: "/logbook/"
summary: logbook
---

## 05-01-2024

`invalidations.jl`:

```julia
using SnoopCompileCore

invs = @snoopr using ADCSSims;

using SnoopCompile

trees = invalidation_trees(invs);
methinvs = trees[end];
```

```julia-repl
julia> length(uinvalidated(invs))
6594
```

0 comments on commit 3638249

Please sign in to comment.