We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f79c9 commit bf64de7Copy full SHA for bf64de7
asyncgit/src/sync/branch.rs
@@ -49,6 +49,7 @@ pub struct BranchForDisplay {
49
pub fn get_branches_to_display(
50
repo_path: &str,
51
) -> Result<Vec<BranchForDisplay>> {
52
+ scope_time!("get_branches_to_display");
53
let cur_repo = utils::repo(repo_path)?;
54
let mut branches_for_display = vec![];
55
0 commit comments