From 6baf6e18073d57b6f0698730bcec1cccd7a6ccae Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 20 Sep 2025 13:55:50 -0500 Subject: [PATCH] add docstring --- ren_browser/profiler/profiler.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ren_browser/profiler/profiler.py b/ren_browser/profiler/profiler.py index 17b803e..5345cfd 100644 --- a/ren_browser/profiler/profiler.py +++ b/ren_browser/profiler/profiler.py @@ -1 +1,6 @@ +"""Performance profiler for Ren Browser. + +Provides profiling capabilities for monitoring browser performance +and resource usage. +""" # Add a profiler to the browser.