Skip to content

Commit

Permalink
fix img path
Browse files Browse the repository at this point in the history
  • Loading branch information
BugsGuru committed Jun 26, 2024
1 parent 209e968 commit 24eec6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion content/posts/MonthlyLearning/2406_go_trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func sum(wg *sync.WaitGroup) {
```sh
go tool trace trace.out
```
![trace-img.jpg](trace-img.jpg)
![trace-img.jpg](img/trace-img.jpg)
可以看到sum的goroutine在不同的Proc上运行

## Q2:请描述 runtime/trace 包的使用场景
Expand Down

0 comments on commit 24eec6e

Please sign in to comment.