This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
25 files changed
+444
-79
lines changed- examples/rccl
- external
- source
- bin/omnitrace-avail
- docs
- lib
- core
- omnitrace
- library
- components
- tests
25 files changed
+444
-79
lines changed+7-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
| |||
366 | 370 |
| |
367 | 371 |
| |
368 | 372 |
| |
369 |
| - | |
370 |
| - | |
| 373 | + | |
| 374 | + | |
371 | 375 |
| |
372 | 376 |
| |
373 | 377 |
| |
| |||
381 | 385 |
| |
382 | 386 |
| |
383 | 387 |
| |
384 |
| - | |
| 388 | + | |
385 | 389 |
| |
386 | 390 |
| |
387 | 391 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
328 |
| - | |
| 328 | + | |
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 |
| |
36 | 39 |
| |
37 | 40 |
| |
|
- .appveyor.yml-3
- .circleci/config.yml+1-1
- .github/workflows/continuous-integration.yml+145-2
- .github/workflows/release.yml+28
- .requirements/build.txt+2-2
- CMakeLists.txt+5-1
- README.md+3-7
- VERSION+1-1
- cmake/Modules/Options.cmake-2
- cmake/Templates/timemory-config-components.cmake.in+1-1
- docs/api/python.md-1
- examples/ex-python/ex_builtin.py-1
- examples/ex-python/ex_external.py-1
- external/CMakeLists.txt+4-23
- external/google-test+1-1
- external/hatchet+1-1
- external/pybind11+1-1
- pyctest-runner.py-45
- setup.py-7
- source/python/README.md-1
- source/python/libpytimemory-profile.cpp+42-5
- source/python/libpytimemory-trace.cpp+52-6
- source/tests/aligned_allocator_tests.cpp+10-10
- source/tests/archive_storage_tests.cpp+4-4
- source/tests/argparse_tests.cpp+21-21
- source/tests/cache_tests.cpp+14-14
- source/tests/component_bundle_tests.cpp+26-26
- source/tests/data_tracker_tests.cpp+19-18
- source/tests/derived_tests.cpp+27-27
- source/tests/flat_tests.cpp+2-2
- source/tests/gotcha_tests.cpp+2-2
- source/tests/hybrid_tests.cpp+51-44
- source/tests/kokkosp_tests.cpp+1-1
- source/tests/library_tests.cpp+3-3
- source/tests/mpi_tests.cpp+2-2
- source/tests/nccl_tests.cpp+8-8
- source/tests/priority_tests.cpp+30-23
- source/tests/ptl_tests.cpp+1-1
- source/tests/rusage_tests.cpp+2-2
- source/tests/socket_tests.cpp+6-6
- source/tests/test_macros.hpp+6-6
- source/tests/throttle_tests.cpp+2-2
- source/tests/timeline_tests.cpp+2-2
- source/tests/timing_tests.cpp+6
- source/tests/trace_tests.cpp+3-3
- source/tests/tuple_tests.cpp+60-84
- source/tests/upcxx_tests.cpp+32-32
- source/tests/variadic_tests.cpp+86-79
- source/tests/warning_tests.cpp+5-5
- source/timemory/components/io/CMakeLists.txt+14-13
- source/timemory/extern.hpp+1-1
- source/timemory/settings/settings.cpp+2-2
- source/timemory/utility/argparse.cpp+1-1
- source/tools/timemory-pid/timemory-pid.cpp+1-1
- source/tools/timemory-timem/timem.hpp+3-3
- timemory/CMakeLists.txt-5
- timemory/__init__.py.in-15
- timemory/analyze/analyze.py+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 | 66 |
| |
72 | 67 |
| |
73 | 68 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
650 | 651 |
| |
651 | 652 |
| |
652 | 653 |
| |
653 |
| - | |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
| |||
2527 | 2527 |
| |
2528 | 2528 |
| |
2529 | 2529 |
| |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
| 2539 | + | |
| 2540 | + | |
| 2541 | + | |
| 2542 | + | |
| 2543 | + | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
2530 | 2553 |
| |
2531 | 2554 |
| |
2532 | 2555 |
| |
| 2556 | + | |
| 2557 | + | |
2533 | 2558 |
| |
2534 | 2559 |
| |
2535 | 2560 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
| 397 | + | |
397 | 398 |
| |
398 | 399 |
| |
399 | 400 |
| |
|
0 commit comments