Skip to content

Commit bf64de7

Browse files
committed
Add scopetime to get_branches_to_display
1 parent c9f79c9 commit bf64de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncgit/src/sync/branch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub struct BranchForDisplay {
4949
pub fn get_branches_to_display(
5050
repo_path: &str,
5151
) -> Result<Vec<BranchForDisplay>> {
52+
scope_time!("get_branches_to_display");
5253
let cur_repo = utils::repo(repo_path)?;
5354
let mut branches_for_display = vec![];
5455

0 commit comments

Comments
 (0)