Skip to content

Commit

Permalink
Adds serialization profiling to blaze dump.
Browse files Browse the repository at this point in the history
(cherry picked from commit b4ba49e)
  • Loading branch information
Googler authored and mai93 committed Aug 12, 2024
1 parent ec2bb2b commit ebd81d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/bazel/src/main/protobuf/failure_details.proto
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ message DumpCommand {
STARLARK_HEAP_DUMP_FAILED = 5 [(metadata) = { exit_code: 8 }];
reserved 6; // For internal use
SKYFRAME_MEMORY_DUMP_FAILED = 7 [(metadata) = { exit_code: 7 }];
SERIALIZED_FRONTIER_PROFILE_FAILED = 8 [(metadata) = { exit_code: 7 }];
}

Code code = 1;
Expand Down

0 comments on commit ebd81d9

Please sign in to comment.