You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
616 B
28 lines
616 B
.. _module-pw_protobuf-decoding:
|
|
|
|
--------
|
|
Decoding
|
|
--------
|
|
|
|
Size report
|
|
===========
|
|
|
|
Full size report
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
This report demonstrates the size of using the entire decoder with all of its
|
|
decode methods and a decode callback for a proto message containing each of the
|
|
protobuf field types.
|
|
|
|
.. include:: size_report/decoder_full
|
|
|
|
|
|
Incremental size report
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
This report is generated using the full report as a base and adding some int32
|
|
fields to the decode callback to demonstrate the incremental cost of decoding
|
|
fields in a message.
|
|
|
|
.. include:: size_report/decoder_incremental
|