Commit b656c23
authored
feat(profiling-ffi): ProfileStatus & ProfileError (#1404)
feat(profiling): FallibleStringWriter
feat(profiling-ffi): ProfileStatus + ProfileError
fix: io:Error -> ProfileError conversion
test: improve io::Error conv
docs: safety for Send+Sync for ProfileStatus
docs: ProfileStatus ownership
docs: ProfileStatus -> Cow<'static, CStr> cases
refactor: static message instead of unreachable_unchecked!
refactor: consolidate similar code
Co-authored-by: levi.morrison <[email protected]>1 parent 978619c commit b656c23
File tree
6 files changed
+896
-4
lines changed- libdd-profiling-ffi
- src
- libdd-profiling/src/profiles/collections
6 files changed
+896
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments