Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 20, 2024
1 parent a0db71e commit 0d25e0c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions fapolicy_analyzer/ui/stats/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Copyright Concurrent Technologies Corporation 2024
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from matplotlib.backends.backend_gtk3agg import \
FigureCanvasGTK3Agg as FigureCanvas
from matplotlib.figure import Figure
Expand Down
2 changes: 1 addition & 1 deletion news/1048.added.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added fapolicyd cache stats view.
Added fapolicyd cache stats view with text and 2D plots, showing cache performance.

0 comments on commit 0d25e0c

Please sign in to comment.