mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: add pprof
This commit is contained in:
7
plugin/debug/pkg/internal/binutils/testdata/lib.c
vendored
Normal file
7
plugin/debug/pkg/internal/binutils/testdata/lib.c
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
int foo() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int bar() {
|
||||
return 2;
|
||||
}
|
||||
Reference in New Issue
Block a user