Skip to content

Commit 3135aca

Browse files
authored
Merge pull request #1079 from carpentries/2025-09_11_3
Added new En term
2 parents cf25042 + 9823595 commit 3135aca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

glossary.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,6 @@
22782278
def: >
22792279
Verwys na ’n veranderlike of datatipe wat ’n logiese waarde van [waar](#true) of [vals](#false) kan hê. Die term is vernoem na George Boole,
22802280
’n Wiskundige uit die 19de eeu. Binêre stelsels, soos alle rekenaars, is gebou op hierdie fondasie van logiese evaluasies tussen toestande van waar en vals, 1 of 0.
2281-
22822281

22832282
- slug: branch
22842283
en:
@@ -8880,6 +8879,13 @@
88808879
code from test code, deployment infrastructure, and everything else that
88818880
programmers write along the way.
88828881

8882+
- slug: profiling
8883+
en:
8884+
term: "profiling"
8885+
def: >
8886+
The process of measuring where run time is spent in the code (e.g. in which function or associated with which line number).
8887+
Memory profiling looks at the amount of data moved from and to memory.
8888+
88838889

88848890
- slug: project_manager
88858891
en:

0 commit comments

Comments
 (0)