Skip to content

Forked jsinspector-modern/tracing/RuntimeSamplingProfile.h to match contrusctor RuntimeSamplingProfile with upstream Implementation #15082

@iamAbhi-916

Description

@iamAbhi-916
 // [windows] Added to pick the latest constructor RuntimeSamplingProfile
  // for collectSamplingProfile [JSExecutor.cpp]
  // revert when react-native/new-app-screen is at ^0.82.0
  RuntimeSamplingProfile(
      std::string runtimeName,
      std::vector<Sample> samples,
      std::unique_ptr<RawRuntimeProfile> rawRuntimeProfile)
      : runtimeName_(std::move(runtimeName)),
        samples_(std::move(samples)),
        rawRuntimeProfile_(std::move(rawRuntimeProfile)) {}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions