GoogleCloudPlatform / cloud-profiler-python

Stackdriver Profiler Python agent is a tool that continuously gathers CPU usage information from Python applications
Apache License 2.0
27 stars 23 forks source link

chore: regenerate profile_pb2.py with protoc 3.20.3 for compatibility with newer protobuf versions #136

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

chore: regenerate profile_pb2.py with protoc 3.20.3 for compatibility with newer protobuf versions

curl -LO https://raw.githubusercontent.com/google/pprof/main/proto/profile.proto
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.20.3/protoc-3.20.3-linux-x86_64.zip
unzip protoc-3.20.3-linux-x86_64.zip
./bin/protoc --python_out=. profile.proto

Then restored the header and reformatted the file.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.