Recent Releases of dftracer

dftracer - Release v1.0.15

What's Changed

  • Feature/demo env by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/291
  • publish new package name and versioning by @rayandrew in https://github.com/LLNL/dftracer/pull/294

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.14...v1.0.15

- Jupyter Notebook
Published by hariharan-devarajan 10 months ago

dftracer - Release v1.0.14

What's Changed

  • Fixes #162: Added function createeventtimeline by @OlgaKogiou in https://github.com/LLNL/dftracer/pull/226
  • Added debugging docs by @Druva-D in https://github.com/LLNL/dftracer/pull/273
  • AI/DL-driven annotation by @rayandrew in https://github.com/LLNL/dftracer/pull/282
  • Fix backward compatibility by introducing dftracer.logger as package instead of file by @rayandrew in https://github.com/LLNL/dftracer/pull/283
  • Fix bug where flush happen only once and improving typing by @rayandrew in https://github.com/LLNL/dftracer/pull/284
  • Added graph level tracing for pytorch with dynamo by @Druva-D in https://github.com/LLNL/dftracer/pull/281
  • Fix bugs in decorator style of AI logging by @rayandrew in https://github.com/LLNL/dftracer/pull/285
  • Metadata logging to support streaming logs by @rayandrew in https://github.com/LLNL/dftracer/pull/286
  • Checkpoint Logging + Docs Improvement (caveats, etc.) by @rayandrew in https://github.com/LLNL/dftracer/pull/287
  • Bugfix: Add hostname to log file name by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/288
  • Interactive sparse Git clone and push scripts by @amarathe84 in https://github.com/LLNL/dftracer/pull/280
  • Bump version to 1.0.14 in CMakeLists.txt and docs/conf.py by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/289

New Contributors

  • @Druva-D made their first contribution in https://github.com/LLNL/dftracer/pull/273
  • @amarathe84 made their first contribution in https://github.com/LLNL/dftracer/pull/280

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.13...v1.0.14

- Jupyter Notebook
Published by hariharan-devarajan 10 months ago

dftracer - v1.0.13

What's Changed

  • Bump version to 1.0.13 in CMakeLists.txt and update release in Sphinx… by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/271

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.12...v1.0.13

- Jupyter Notebook
Published by hariharan-devarajan about 1 year ago

dftracer - v1.0.12

What's Changed

  • Update Python version condition for source package build in workflow by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/268
  • Bump version to 1.0.12 in CITATION.cff and CMakeLists.txt by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/269

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.11...v1.0.12

- Jupyter Notebook
Published by hariharan-devarajan about 1 year ago

dftracer - v1.0.11

What's Changed

  • Move configuration from setup.py to pyproject.toml by @rayandrew in https://github.com/LLNL/dftracer/pull/256
  • new logger functionalities that supports old API (no args on log*) by @rayandrew in https://github.com/LLNL/dftracer/pull/257
  • Fixing GitLab CI to dynamically generate tasks by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/258
  • Fix Gitlab Scripts by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/259
  • Bugfix/ci updates 1 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/260
  • Refactor DFTracer initialization and finalization logic by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/261
  • Feature/fix auto worker exit by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/263
  • Fix tar command to ensure successful execution in DLIO job generation script by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/264
  • Checks and Error throw on the startdaskdistributed.sh by @OlgaKogiou in https://github.com/LLNL/dftracer/pull/262
  • Bump version to 1.0.11 and update version references in configuration… by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/265

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.10...v1.0.11

- Jupyter Notebook
Published by hariharan-devarajan about 1 year ago

dftracer - v1.0.10

What's Changed

  • Added citations and acknowledgement by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/145
  • Update README.md by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/146
  • Add perfetto documentation by @rayandrew in https://github.com/LLNL/dftracer/pull/155
  • Docs/overlap analysis by @rayandrew in https://github.com/LLNL/dftracer/pull/154
  • Improve merging trace script by @rayandrew in https://github.com/LLNL/dftracer/pull/153
  • fix typo in overlap analysis code by @rayandrew in https://github.com/LLNL/dftracer/pull/156
  • Added scripts into installation of tar gz. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/157
  • Enhance: Report warning when the summary reports overall io_time more than total time by @Jye-525 in https://github.com/LLNL/dftracer/pull/161
  • Enhance: Check time skew across nodes (hariharan-devarajan#160) by @Jye-525 in https://github.com/LLNL/dftracer/pull/163
  • Enhanced utility scripts by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/164
  • Release v1.0.4 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/165
  • BugFix for preads by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/167
  • Update dftracer_main.cpp by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/168
  • Added MPI rank to the trace by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/169
  • Reducing Overheads through DFTracer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/170
  • Improved buffering by using memory for 32 MB operations by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/171
  • Added mmap example by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/172
  • Changes to support metadata events for using Rank information for processes by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/174
  • Fixes for DBG by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/175
  • Fix docs by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/176
  • Switch nmemb to count by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/177
  • Support for execv by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/178
  • Switch char* buf to vector. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/180
  • Added limitation and exceptions for buffering case. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/181
  • Added Fork API by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/182
  • Enhance added error logging by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/183
  • Enhancement enable function tracing for DFTracer. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/184
  • Enhancement: Make function tracing optional. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/185
  • Bugfix: ignore metadata events in analyzer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/186
  • Enhancement: Support existing packages for dependency resolution. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/187
  • Enhancement added script for sanitization. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/189
  • Bugfix: including last event from file. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/190
  • Enhancement: Discard non-ascii characters but keep the line by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/191
  • Enhancement: Support for python3 name match for exec and Polaris existing dependency resolution. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/192
  • fix typo in args dftracer log by @rayandrew in https://github.com/LLNL/dftracer/pull/194
  • Enhancement: sanitize script uses sed for removing non-utf-8 characters. by @helloaashish in https://github.com/LLNL/dftracer/pull/195
  • Release v1.0.5 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/196
  • Enhancement: Support hashing hostname and filename by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/198
  • Enhancement: Fix event structure. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/199
  • Documentation: Added trace format in documentations. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/200
  • Add conditional disabling of dft_fn categories by @rayandrew in https://github.com/LLNL/dftracer/pull/201
  • Bugfix/genome by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/202
  • Enhancement: Find specific versions of package by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/203
  • Documentation: Fix Environment Variables by @izzet in https://github.com/LLNL/dftracer/pull/204
  • BugFix: Checks for consistent buffer writing. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/207
  • Enhancement: Fixed finalization routine. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/208
  • Bugfix: Fix for handle AT_FDCWD for readlinkat by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/209
  • Enhancement: Make mpi optional. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/210
  • Changes to support return multiple events instead of just 1. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/212
  • Enhancement: Support analyzer to load traces with hashed fields by @helloaashish in https://github.com/LLNL/dftracer/pull/211
  • Enhancement: APIs for Metadata events. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/205
  • Enhancement: Added script for creating index by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/213
  • Enhancement: add hostname to metadata events by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/215
  • add support for splitting trace by @rayandrew in https://github.com/LLNL/dftracer/pull/214
  • BugFix: use hex string for hash as they will collide otherwise. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/216
  • Update requirements.txt by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/217
  • multithreaded exclusive lock by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/218
  • Bugfix: Escape special non-json-line compatible characters from hash strings. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/219
  • Release v1.0.6 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/220
  • Bugfix: fixed hash to be integers by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/222
  • Repository: Update README and CITATION by @izzet in https://github.com/LLNL/dftracer/pull/223
  • Repository: Add DOI to CITATION.cff by @izzet in https://github.com/LLNL/dftracer/pull/224
  • Documentation: Added documentation for custom columns by @OlgaKogiou in https://github.com/LLNL/dftracer/pull/225
  • add warning for DFTRACER_DATA_DIR by @rayandrew in https://github.com/LLNL/dftracer/pull/227
  • Fix missing iter name by @rayandrew in https://github.com/LLNL/dftracer/pull/228
  • Bugfix: Fixed hash dtype in dfanalyzer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/230
  • Release/v1.0.8 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/232
  • Change default to disable. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/235
  • fix to debug logging by @rayandrew in https://github.com/LLNL/dftracer/pull/237
  • Add DOI to Citation Metadata by @izzet in https://github.com/LLNL/dftracer/pull/239
  • Add dftracer_compact_by_pid Script by @izzet in https://github.com/LLNL/dftracer/pull/238
  • BugFix: fixes for app name by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/244
  • Docker: Added Docker file to run dftracer code on docker by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/242
  • Updated build instructions by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/240
  • BugFix: We need to build symbols of dftracer for GCC-13 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/243
  • Update: fixed install from pypi by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/241
  • Bugfix: Hash overflow error only comes in Release of 13.3 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/246
  • Bugfix: Fix dftracer_compact_by_pid PID extraction by @izzet in https://github.com/LLNL/dftracer/pull/247
  • Repository: Fix README.md repo address by @izzet in https://github.com/LLNL/dftracer/pull/248
  • Added parallel gzip by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/249
  • Bump version to 1.0.9 in multiple files by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/253
  • Add CI scripts and configuration for DLIO benchmark testing by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/254
  • Bugfix/gitlab ci by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/255

New Contributors

  • @Jye-525 made their first contribution in https://github.com/LLNL/dftracer/pull/161

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.2...v1.0.10

- Jupyter Notebook
Published by hariharan-devarajan about 1 year ago

dftracer - v1.0.9

What's Changed

  • Added citations and acknowledgement by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/145
  • Update README.md by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/146
  • Add perfetto documentation by @rayandrew in https://github.com/LLNL/dftracer/pull/155
  • Docs/overlap analysis by @rayandrew in https://github.com/LLNL/dftracer/pull/154
  • Improve merging trace script by @rayandrew in https://github.com/LLNL/dftracer/pull/153
  • fix typo in overlap analysis code by @rayandrew in https://github.com/LLNL/dftracer/pull/156
  • Added scripts into installation of tar gz. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/157
  • Enhance: Report warning when the summary reports overall io_time more than total time by @Jye-525 in https://github.com/LLNL/dftracer/pull/161
  • Enhance: Check time skew across nodes (hariharan-devarajan#160) by @Jye-525 in https://github.com/LLNL/dftracer/pull/163
  • Enhanced utility scripts by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/164
  • Release v1.0.4 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/165
  • BugFix for preads by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/167
  • Update dftracer_main.cpp by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/168
  • Added MPI rank to the trace by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/169
  • Reducing Overheads through DFTracer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/170
  • Improved buffering by using memory for 32 MB operations by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/171
  • Added mmap example by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/172
  • Changes to support metadata events for using Rank information for processes by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/174
  • Fixes for DBG by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/175
  • Fix docs by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/176
  • Switch nmemb to count by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/177
  • Support for execv by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/178
  • Switch char* buf to vector. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/180
  • Added limitation and exceptions for buffering case. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/181
  • Added Fork API by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/182
  • Enhance added error logging by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/183
  • Enhancement enable function tracing for DFTracer. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/184
  • Enhancement: Make function tracing optional. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/185
  • Bugfix: ignore metadata events in analyzer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/186
  • Enhancement: Support existing packages for dependency resolution. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/187
  • Enhancement added script for sanitization. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/189
  • Bugfix: including last event from file. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/190
  • Enhancement: Discard non-ascii characters but keep the line by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/191
  • Enhancement: Support for python3 name match for exec and Polaris existing dependency resolution. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/192
  • fix typo in args dftracer log by @rayandrew in https://github.com/LLNL/dftracer/pull/194
  • Enhancement: sanitize script uses sed for removing non-utf-8 characters. by @helloaashish in https://github.com/LLNL/dftracer/pull/195
  • Release v1.0.5 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/196
  • Enhancement: Support hashing hostname and filename by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/198
  • Enhancement: Fix event structure. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/199
  • Documentation: Added trace format in documentations. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/200
  • Add conditional disabling of dft_fn categories by @rayandrew in https://github.com/LLNL/dftracer/pull/201
  • Bugfix/genome by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/202
  • Enhancement: Find specific versions of package by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/203
  • Documentation: Fix Environment Variables by @izzet in https://github.com/LLNL/dftracer/pull/204
  • BugFix: Checks for consistent buffer writing. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/207
  • Enhancement: Fixed finalization routine. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/208
  • Bugfix: Fix for handle AT_FDCWD for readlinkat by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/209
  • Enhancement: Make mpi optional. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/210
  • Changes to support return multiple events instead of just 1. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/212
  • Enhancement: Support analyzer to load traces with hashed fields by @helloaashish in https://github.com/LLNL/dftracer/pull/211
  • Enhancement: APIs for Metadata events. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/205
  • Enhancement: Added script for creating index by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/213
  • Enhancement: add hostname to metadata events by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/215
  • add support for splitting trace by @rayandrew in https://github.com/LLNL/dftracer/pull/214
  • BugFix: use hex string for hash as they will collide otherwise. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/216
  • Update requirements.txt by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/217
  • multithreaded exclusive lock by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/218
  • Bugfix: Escape special non-json-line compatible characters from hash strings. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/219
  • Release v1.0.6 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/220
  • Bugfix: fixed hash to be integers by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/222
  • Repository: Update README and CITATION by @izzet in https://github.com/LLNL/dftracer/pull/223
  • Repository: Add DOI to CITATION.cff by @izzet in https://github.com/LLNL/dftracer/pull/224
  • Documentation: Added documentation for custom columns by @OlgaKogiou in https://github.com/LLNL/dftracer/pull/225
  • add warning for DFTRACER_DATA_DIR by @rayandrew in https://github.com/LLNL/dftracer/pull/227
  • Fix missing iter name by @rayandrew in https://github.com/LLNL/dftracer/pull/228
  • Bugfix: Fixed hash dtype in dfanalyzer by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/230
  • Release/v1.0.8 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/232
  • Change default to disable. by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/235
  • fix to debug logging by @rayandrew in https://github.com/LLNL/dftracer/pull/237
  • Add DOI to Citation Metadata by @izzet in https://github.com/LLNL/dftracer/pull/239
  • Add dftracer_compact_by_pid Script by @izzet in https://github.com/LLNL/dftracer/pull/238
  • BugFix: fixes for app name by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/244
  • Docker: Added Docker file to run dftracer code on docker by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/242
  • Updated build instructions by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/240
  • BugFix: We need to build symbols of dftracer for GCC-13 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/243
  • Update: fixed install from pypi by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/241
  • Bugfix: Hash overflow error only comes in Release of 13.3 by @hariharan-devarajan in https://github.com/LLNL/dftracer/pull/246
  • Bugfix: Fix dftracer_compact_by_pid PID extraction by @izzet in https://github.com/LLNL/dftracer/pull/247
  • Repository: Fix README.md repo address by @izzet in https://github.com/LLNL/dftracer/pull/248

New Contributors

  • @Jye-525 made their first contribution in https://github.com/LLNL/dftracer/pull/161

Full Changelog: https://github.com/LLNL/dftracer/compare/v1.0.2...v1.0.9

- Jupyter Notebook
Published by hariharan-devarajan about 1 year ago

dftracer - Release v1.0.8

What's Changed

  • Enhancement: Support hashing hostname and filename by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/198
  • Enhancement: Fix event structure. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/199
  • Documentation: Added trace format in documentations. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/200
  • Add conditional disabling of dft_fn categories by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/201
  • Bugfix/genome by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/202
  • Enhancement: Find specific versions of package by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/203
  • Documentation: Fix Environment Variables by @izzet in https://github.com/hariharan-devarajan/dftracer/pull/204
  • BugFix: Checks for consistent buffer writing. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/207
  • Enhancement: Fixed finalization routine. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/208
  • Bugfix: Fix for handle AT_FDCWD for readlinkat by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/209
  • Enhancement: Make mpi optional. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/210
  • Changes to support return multiple events instead of just 1. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/212
  • Enhancement: Support analyzer to load traces with hashed fields by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/211
  • Enhancement: APIs for Metadata events. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/205
  • Enhancement: Added script for creating index by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/213
  • Enhancement: add hostname to metadata events by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/215
  • add support for splitting trace by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/214
  • BugFix: use hex string for hash as they will collide otherwise. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/216
  • Update requirements.txt by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/217
  • multithreaded exclusive lock by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/218
  • Bugfix: Escape special non-json-line compatible characters from hash strings. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/219
  • Release v1.0.6 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/220
  • Release v1.0.6 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/221
  • Bugfix: fixed hash to be integers by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/222
  • Repository: Update README and CITATION by @izzet in https://github.com/hariharan-devarajan/dftracer/pull/223
  • Repository: Add DOI to CITATION.cff by @izzet in https://github.com/hariharan-devarajan/dftracer/pull/224
  • Documentation: Added documentation for custom columns by @OlgaKogiou in https://github.com/hariharan-devarajan/dftracer/pull/225
  • add warning for DFTRACER_DATA_DIR by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/227
  • Fix missing iter name by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/228
  • Bugfix: Fixed hash dtype in dfanalyzer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/230
  • Release/v1.0.8 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/232
  • Release v1.0.8 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/233

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.5...v1.0.8

- Jupyter Notebook
Published by hariharan-devarajan over 1 year ago

dftracer - Release v1.0.5

What's Changed

  • BugFix for preads by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/167
  • Update dftracer_main.cpp by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/168
  • Added MPI rank to the trace by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/169
  • Reducing Overheads through DFTracer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/170
  • Improved buffering by using memory for 32 MB operations by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/171
  • Added mmap example by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/172
  • Changes to support metadata events for using Rank information for processes by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/174
  • Fixes for DBG by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/175
  • Fix docs by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/176
  • Switch nmemb to count by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/177
  • Support for execv by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/178
  • Switch char* buf to vector. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/180
  • Added limitation and exceptions for buffering case. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/181
  • Added Fork API by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/182
  • Enhance added error logging by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/183
  • Enhancement enable function tracing for DFTracer. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/184
  • Enhancement: Make function tracing optional. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/185
  • Bugfix: ignore metadata events in analyzer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/186
  • Enhancement: Support existing packages for dependency resolution. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/187
  • Enhancement added script for sanitization. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/189
  • Bugfix: including last event from file. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/190
  • Enhancement: Discard non-ascii characters but keep the line by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/191
  • Enhancement: Support for python3 name match for exec and Polaris existing dependency resolution. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/192
  • fix typo in args dftracer log by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/194
  • Enhancement: sanitize script uses sed for removing non-utf-8 characters. by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/195
  • Release v1.0.5 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/196
  • Release v1.0.5 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/197

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.4...v1.0.5

- Jupyter Notebook
Published by hariharan-devarajan over 1 year ago

dftracer - Release v1.0.4

What's Changed

  • Added citations and acknowledgement by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/145
  • Update README.md by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/146
  • Add perfetto documentation by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/155
  • Docs/overlap analysis by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/154
  • Improve merging trace script by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/153
  • fix typo in overlap analysis code by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/156
  • Added scripts into installation of tar gz. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/157
  • Enhance: Report warning when the summary reports overall io_time more than total time by @Jye-525 in https://github.com/hariharan-devarajan/dftracer/pull/161
  • Enhance: Check time skew across nodes (hariharan-devarajan#160) by @Jye-525 in https://github.com/hariharan-devarajan/dftracer/pull/163
  • Enhanced utility scripts by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/164
  • Release v1.0.4 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/165
  • Release v1.0.4 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/166

New Contributors

  • @Jye-525 made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/161

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.3...v1.0.4

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - Release v1.0.3

What's Changed

  • migration steps by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/108
  • Migration documentation from DLIO Profiler to DFTracer by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/109
  • Added Coveralls repo token by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/110
  • Fix logging on destructor. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/112
  • Include pathname for Openat by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/113
  • Update utils.h by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/116
  • Update dftracer_main.cpp by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/117
  • Convert line into unicode by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/115
  • Add quartz yaml and fix scheduler startup script by @OlgaKogiou in https://github.com/hariharan-devarajan/dftracer/pull/118
  • Simply Example for users. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/119
  • Improving Readme by @izzet in https://github.com/hariharan-devarajan/dftracer/pull/121
  • Docs for dfanalyzer dask distributed analysis on ALCF Polaris by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/124
  • Improve dask scripts to create log dir and run dir automatically. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/125
  • Added graph functions and examples by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/123
  • feature: add default arguments and fix compiling issues in ALCF Polaris by @rayandrew in https://github.com/hariharan-devarajan/dftracer/pull/126
  • Bug fix for Dask worker script by @helloaashish in https://github.com/hariharan-devarajan/dftracer/pull/129
  • Add dask distributed doc by @OlgaKogiou in https://github.com/hariharan-devarajan/dftracer/pull/127
  • Dask conf doc by @OlgaKogiou in https://github.com/hariharan-devarajan/dftracer/pull/130
  • Documentation for integrating DFTracer with Pegasus apps by @OlgaKogiou in https://github.com/hariharan-devarajan/dftracer/pull/131
  • Fix installation bugs during refactoring by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/132
  • Fixed a new package which is used by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/133
  • fixed plotting by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/134
  • fixed printing by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/135
  • Fixed documentation for simple dfanalyzer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/136
  • Support for storing metadata of trace logs. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/137
  • Installation of scripts for combining pfw files and compacting them by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/138
  • Make metadata calls into main dftracer code. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/139
  • Added documentations for scripts and added args. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/140
  • Added app name to metadata by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/141
  • Switch to Release v1.0.3 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/142

New Contributors

  • @kaushikvelusamy made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/11
  • @zhenghh04 made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/28
  • @izzet made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/43
  • @rayandrew made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/81
  • @OlgaKogiou made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/83
  • @helloaashish made their first contribution in https://github.com/hariharan-devarajan/dftracer/pull/108

Full Changelog: https://github.com/hariharan-devarajan/dftracer/commits/v1.0.3

What's Changed

  • Release v1.0.3 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/143

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.2...v1.0.3

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - Release v1.0.2

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.1...v1.0.2

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - v1.0.1

What's Changed

  • Release v1.0.1 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/104

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v1.0.0...v1.0.1

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - Release v1.0.0

What's Changed

  • Refactored DLIO Profiler to DFTracer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/94
  • Changed release to 1.0.0 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/97
  • Release v1.0.0 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/98
  • Release v1.0.0 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/102

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v0.0.7...v1.0.0

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - v1.0.0

What's Changed

  • Refactored DLIO Profiler to DFTracer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/94
  • Changed release to 1.0.0 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/97
  • Release v1.0.0 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dftracer/pull/98

Full Changelog: https://github.com/hariharan-devarajan/dftracer/compare/v0.0.7...v1.0.0

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - Release v0.0.7

What's Changed

  • Bugfix/setuptools by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/93
  • Fix extension ignore list by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/95
  • Release v0.0.7 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/96

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.6...v0.0.7

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - Release v0.0.6

What's Changed

  • Add more release builds by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/76
  • CMake Style dependency installation by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/77
  • fix broken named parameters for dlp.log_init by @rayandrew in https://github.com/hariharan-devarajan/dlio-profiler/pull/81
  • Fix changes for installing all the include headers by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/82
  • Adding page for building programs with dlio-profiler using Makefile by @OlgaKogiou in https://github.com/hariharan-devarajan/dlio-profiler/pull/83
  • Feature to include level of the function. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/84
  • fixed cleaning incomplete file. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/85
  • Added bokeh plot for timeline by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/86
  • Fixed conversion of string to char* for logging. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/90
  • Release changes for v0.0.6 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/91
  • Release v0.0.6 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/92

New Contributors

  • @rayandrew made their first contribution in https://github.com/hariharan-devarajan/dlio-profiler/pull/81
  • @OlgaKogiou made their first contribution in https://github.com/hariharan-devarajan/dlio-profiler/pull/83

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.5...v0.0.6

- Jupyter Notebook
Published by hariharan-devarajan almost 2 years ago

dftracer - v0.0.5

What's Changed

  • Added api for static functions in py by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/72
  • Make HWLOC Optional by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/73
  • Dependency update for supporting gcc 13 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/74
  • Release 0.0.5 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/75

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.4...v0.0.5

- Jupyter Notebook
Published by hariharan-devarajan about 2 years ago

dftracer - Release v0.0.4

What's Changed

  • fix the docker to use mpich instead of openmpi by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/66
  • improve cmake build configs. by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/67
  • add metadata update for events by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/68
  • Release 0.0.4 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/69, https://github.com/hariharan-devarajan/dlio-profiler/pull/70, and https://github.com/hariharan-devarajan/dlio-profiler/pull/71

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.3...v0.0.4

- Jupyter Notebook
Published by hariharan-devarajan over 2 years ago

dftracer - Release v0.0.3

What's Changed

  • Application plots finalized. by @izzet in https://github.com/hariharan-devarajan/dlio-profiler/pull/49
  • Get latest by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/60
  • Improve analyzer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/61
  • updates to analyzer by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/62
  • Create python-publish.yml by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/59
  • fixed removing of log by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/63
  • Release v0.0.3 by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/64
  • fixed ci for source build by @hariharan-devarajan in https://github.com/hariharan-devarajan/dlio-profiler/pull/65

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.2...v0.0.3

- Jupyter Notebook
Published by hariharan-devarajan over 2 years ago

dftracer - Release v0.0.2

What's Changed

  • Use stable release for dependencies by @hariharan-devarajan in #4
  • Adding new APIs by @hariharan-devarajan in #6 #36 #46
  • Added documentation by @kaushikvelusamy in #11
  • Added documentation by @hariharan-devarajan in #12
  • Features for selective profiling by @hariharan-devarajan in #15
  • Improve installations by @hariharan-devarajan #16
  • Performance Improvements by @hariharan-devarajan #17 #25 #26 #27 #35 #37 #52
  • Added compression by @hariharan-devarajan in #20
  • Improve testing by @hariharan-devarajan #34 #48
  • Fix Compatibility issue with readlink and unlink apis for different os. by @zhenghh04 in #28
  • Added Analyzer code by @hariharan-devarajan #38
  • Added Analyzer plots by @izzet #43

New Contributors

  • @kaushikvelusamy made their first contribution in #11
  • @zhenghh04 made their first contribution in #28
  • @izzet made their first contribution in #43
  • Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/compare/v0.0.1...v0.0.2

- Jupyter Notebook
Published by hariharan-devarajan over 2 years ago

dftracer - Release v0.0.1

Full Changelog: https://github.com/hariharan-devarajan/dlio-profiler/commits/v0.0.1

- Jupyter Notebook
Published by hariharan-devarajan almost 3 years ago