Skip to content

Conversation

artempriakhin
Copy link
Contributor

No description provided.

@artempriakhin artempriakhin marked this pull request as ready for review February 1, 2022 19:54
@artempriakhin artempriakhin marked this pull request as draft February 1, 2022 19:57
@streichler streichler self-assigned this Feb 1, 2022
@streichler streichler added enhancement Realm Issues pertaining to Realm labels Feb 1, 2022
Comment on lines 209 to 225
CopyProfResult result;
result.copy_start_time = &memspeed_experiments[i].copy_start_time;
result.copy_end_time = &memspeed_experiments[i].copy_end_time;
result.copied_bytes = &memspeed_experiments[i].copied_bytes;
result.total_copies = &memspeed_experiments[i].total_copies;
result.done = UserEvent::create_user_event();
;
ProfilingRequestSet prs;
prs.add_request(p, COPYPROF_TASK, &result, sizeof(CopyProfResult))
.add_measurement<ProfilingMeasurements::OperationTimeline>()
.add_measurement<ProfilingMeasurements::OperationMemoryUsage>();
profile_requests.push_back(prs);

local_events.push_back(start);
local_events.back() =
copy_boundaries.copy(src_fields.back(), dst_fields.back(),
profile_requests.back(), local_events.back());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is broken. Will either fix it or revert to the previous commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Realm Issues pertaining to Realm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants