Skip to content

Commit

Permalink
Adds serialization profiling to blaze dump.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662084171
  • Loading branch information
Googler authored and copybara-github committed Aug 12, 2024
1 parent 21a11e0 commit b4ba49e
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 @@ -943,6 +943,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 b4ba49e

Please sign in to comment.