We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397b8c8 commit 58e24afCopy full SHA for 58e24af
datadog-profiling-ffi/src/profiles/datatypes.rs
@@ -730,7 +730,8 @@ pub unsafe extern "C" fn ddog_prof_EncodedProfile_bytes<'a>(
730
///
731
/// # Arguments
732
/// * `profile` - a reference to the profile being serialized.
733
-/// * `start_time` - start time for the serialized profile.
+/// * `start_time` - optional start time for the serialized profile. If None/null is passed, the
734
+/// time of profile creation will be used.
735
/// * `end_time` - optional end time of the profile. If None/null is passed, the current time will
736
/// be used.
737
0 commit comments