Skip to content

Commit

Permalink
update pprof proto
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jul 17, 2024
1 parent 52884cb commit b1049e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified pyroscope/pprof-bin/pkg/pprof_bin_bg.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions pyroscope/proto/google/v1/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ message Line {
uint64 function_id = 1;
// Line number in source code.
int64 line = 2;
// Column number in source code.
int64 column = 3;
}

message Function {
Expand Down

0 comments on commit b1049e4

Please sign in to comment.