[all-commits] [llvm/llvm-project] f33afe: [mlir] Add an Observer for profiling actions to a ...
Antonio Cortes Perez via All-commits
all-commits at lists.llvm.org
Mon Oct 2 20:07:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f33afea2604fc2f1c4745561277c1156fe8c673c
https://github.com/llvm/llvm-project/commit/f33afea2604fc2f1c4745561277c1156fe8c673c
Author: Antonio Cortes Perez <antonio.cortes.perez at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/include/mlir/Debug/CLOptionsSetup.h
A mlir/include/mlir/Debug/Observers/ActionProfiler.h
M mlir/lib/Debug/CLOptionsSetup.cpp
A mlir/lib/Debug/Observers/ActionProfiler.cpp
M mlir/lib/Debug/Observers/CMakeLists.txt
A mlir/test/Pass/action-profiler.mlir
Log Message:
-----------
[mlir] Add an Observer for profiling actions to a stream. (#67251)
The profile is stored in the Chrome trace event format.
Added the --profile-action-to=<file> option to mlir-opt.
More information about the All-commits
mailing list