Home
last modified time | relevance | path

Searched refs:snp_count (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c892 && (pp = &PRL_ITEM(si, i))->snp_count > 0) in script_dump_profile()
894 fprintf(fd, "%5d ", pp->snp_count); in script_dump_profile()
961 pp->snp_count = 0; in script_line_start()
1006 ++pp->snp_count; in script_line_end()
H A Dstructs.h1937 int snp_count; // nr of times line was executed member