In computer performance, the instruction path length is the number of machine code instructions required to execute a section of a computer program. The total path length for the entire program could be deemed a measure of the algorithm's performance on a particular computer hardware. The path length of a simple conditional instruction would normally be considered as equal to 2, one instruction to perform the comparison and another to take a branch if the particular condition is satisfied. The length of time to execute each instruction is not normally considered in determining path length and so path length is merely an indication of relative performance rather than in any sense absolute.
Attributes | Values |
---|
rdfs:label
| - طول مسار التعليمات (ar)
- Instruction path length (en)
|
rdfs:comment
| - في أداء الحاسوب يكون طول مسار التعليمات هو عدد تعليمات لغة الآلة اللازمة لتنفيذ قسم من برنامج حاسوب.قد يعتبر إجمالي طول المسار لبرنامج بأكمله مقياس لأداء خوارزمية في عتاد الحاسوب محدد. إن طول مسار تعليمات شرطية بسيطة قد يُساوي في العادة جزء من التعليمات لأداء المقارنة والآخر لإتخاذ مسار ما إذا تحقق الشرط المحدد. إن طول الوقت اللازم لتنفيذ كل جزء من التعليمات لا يتم وضعه في الاعتبار عادة عند تحديد طول المسار وبالتالي فإن طول المسار مجرد مؤشر للأداء النسبي أكثر من كونه أي معني مطلق.عند تنفيذ برنامج مرجعي يكون معظم طول مسار التعليمات عادةً داخل الحلقة الداخلية للبرنامج. (ar)
- In computer performance, the instruction path length is the number of machine code instructions required to execute a section of a computer program. The total path length for the entire program could be deemed a measure of the algorithm's performance on a particular computer hardware. The path length of a simple conditional instruction would normally be considered as equal to 2, one instruction to perform the comparison and another to take a branch if the particular condition is satisfied. The length of time to execute each instruction is not normally considered in determining path length and so path length is merely an indication of relative performance rather than in any sense absolute. (en)
|
dcterms:subject
| |
Wikipage page ID
| |
Wikipage revision ID
| |
Link from a Wikipage to another Wikipage
| |
Link from a Wikipage to an external page
| |
sameAs
| |
dbp:wikiPageUsesTemplate
| |
has abstract
| - في أداء الحاسوب يكون طول مسار التعليمات هو عدد تعليمات لغة الآلة اللازمة لتنفيذ قسم من برنامج حاسوب.قد يعتبر إجمالي طول المسار لبرنامج بأكمله مقياس لأداء خوارزمية في عتاد الحاسوب محدد. إن طول مسار تعليمات شرطية بسيطة قد يُساوي في العادة جزء من التعليمات لأداء المقارنة والآخر لإتخاذ مسار ما إذا تحقق الشرط المحدد. إن طول الوقت اللازم لتنفيذ كل جزء من التعليمات لا يتم وضعه في الاعتبار عادة عند تحديد طول المسار وبالتالي فإن طول المسار مجرد مؤشر للأداء النسبي أكثر من كونه أي معني مطلق.عند تنفيذ برنامج مرجعي يكون معظم طول مسار التعليمات عادةً داخل الحلقة الداخلية للبرنامج. (ar)
- In computer performance, the instruction path length is the number of machine code instructions required to execute a section of a computer program. The total path length for the entire program could be deemed a measure of the algorithm's performance on a particular computer hardware. The path length of a simple conditional instruction would normally be considered as equal to 2, one instruction to perform the comparison and another to take a branch if the particular condition is satisfied. The length of time to execute each instruction is not normally considered in determining path length and so path length is merely an indication of relative performance rather than in any sense absolute. When executing a benchmark program, most of the instruction path length is typically inside the program's inner loop. Before the introduction of caches, the path length was an approximation of running time, but in modern CPUs with caches, it can be a much worse approximation, with some load instructions taking hundreds of cycles when the data is not in cache, or orders of magnitude faster when in cache (even the same instruction in another round in a loop). (en)
|
gold:hypernym
| |
prov:wasDerivedFrom
| |
page length (characters) of wiki page
| |
foaf:isPrimaryTopicOf
| |
is Link from a Wikipage to another Wikipage
of | |
is Wikipage disambiguates
of | |
is foaf:primaryTopic
of | |