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

Probability Sampler #136

Merged
merged 34 commits into from
Jul 14, 2020
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
29e127b
Add ProbabilitySampler
nholbrook Jun 25, 2020
f38322f
Add ProbabilitySampler unit tests
nholbrook Jun 25, 2020
7061588
Add sampler config and copyright attribution
nholbrook Jun 30, 2020
e763732
Fix syntax issue
nholbrook Jun 30, 2020
e994b31
Add newlines to EOF
nholbrook Jun 30, 2020
d371d7a
Update trace buffer type
nholbrook Jun 30, 2020
85c9dbe
Update static_assert
nholbrook Jun 30, 2020
5dea575
Fix inconsistent spacing
nholbrook Jul 1, 2020
1049c3f
Move variable definitions
nholbrook Jul 1, 2020
a52cc95
Fix function to remove unnecessary copying of values
nholbrook Jul 1, 2020
4436867
Move probability sampler to correct directory
nholbrook Jul 1, 2020
b40793a
Update sampler import paths
nholbrook Jul 1, 2020
7cdb783
Update comments
nholbrook Jul 1, 2020
d5f0f05
Update CMakeList
nholbrook Jul 1, 2020
12991df
Update comments
nholbrook Jul 1, 2020
eb38fb6
Fixed inconsistent spacing
nholbrook Jul 1, 2020
2db9c11
Move functions to private
nholbrook Jul 1, 2020
88fdf96
Change GetDescription to cache string
nholbrook Jul 1, 2020
9c0f807
Modify function to use memcpy
nholbrook Jul 1, 2020
482cf35
Add proper error handling for invalid arguments
nholbrook Jul 1, 2020
3586063
Remove optional config
nholbrook Jul 1, 2020
42da2e7
Remove constructor exception
nholbrook Jul 6, 2020
1e52ec8
Update comments
nholbrook Jul 8, 2020
81c00e9
Update description string construction
nholbrook Jul 8, 2020
38350ab
Move functions to anonymous namespace
nholbrook Jul 8, 2020
ca91bf9
Update function to calculate threshold from buffer correctly
nholbrook Jul 8, 2020
13f9639
Add unit tests to check probability
nholbrook Jul 8, 2020
363f3b8
Update probability unit tests
nholbrook Jul 8, 2020
0211c7d
Update function header
nholbrook Jul 8, 2020
93c3e98
Update trace/test CMakeList
nholbrook Jul 8, 2020
9348b32
Update function description
nholbrook Jul 10, 2020
289fab9
Format probability sampler test
nholbrook Jul 10, 2020
920404d
Update sampler usage
nholbrook Jul 13, 2020
a788576
Remove pseudorandom config from test
nholbrook Jul 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move probability sampler to correct directory
nholbrook committed Jul 14, 2020
commit 4436867c1c1be5a244a4740cd02ca82f4092d472
File renamed without changes.