# # Identifiers matching the regular expressions below # will be omitted from templight traces. # # standard library templates identifier ^std(::|$) # standard library implementation templates identifier __ identifier ^_[A-Z] # assume templates starting with 'Q' are Qt templates identifier ^[qQ]