navigate.log_files.log_functions.load_performance_log
- navigate.log_files.log_functions.load_performance_log() → Optional[list[Any]]
Load the latest performance log file from the logging directory.
- Returns:
List of dictionaries containing performance log data, or None if no log file exists.
- Return type:
Optional[list[Any]]