Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make The DataStart property public #314

Merged
merged 1 commit into from
Jul 18, 2017
Merged

Conversation

vancem
Copy link
Contributor

@vancem vancem commented Jul 18, 2017

This member is needed to parse events in a high performance way (no copying)
It was protected because the common scenario is to use this in TraceEvent subclasses
but it can be useful for ad-hoc pointer based parsing, so we are making it public.

This member is needed to parse events in a high performance way (no copying)
It was protected because the common scenario is to use this in TraceEvent subclasses
but it can be useful for ad-hoc pointer based parsing, so we are making it public.
@vancem vancem merged commit a990d69 into microsoft:master Jul 18, 2017
vancem added a commit to vancem/perfview that referenced this pull request Dec 20, 2017
@vancem vancem deleted the DataStartPublic branch December 20, 2017 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants