Cargando…

Power and performance : software analysis and optimization /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kukunas, Jim (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam : Morgan Kaufmann, [2015]
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_ocn908192108
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu|||unuuu
008 150430s2015 ne ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d DG1  |d COO  |d UIU  |d OCLCO  |d E7B  |d YDXCP  |d OCLCO  |d C6I  |d UMI  |d DEBBG  |d EBLCP  |d IDEBK  |d CDX  |d DEBSZ  |d OCLCO  |d OCLCF  |d OCLCO  |d VGM  |d OCLCQ  |d VT2  |d OCLCO  |d MERUC  |d U3W  |d D6H  |d CEF  |d OCLCQ  |d AU@  |d OCLCQ  |d WYU  |d CUY  |d LOA  |d ZCU  |d ICG  |d K6U  |d COCUF  |d DKC  |d OCLCQ  |d DCT  |d OCLCQ  |d UKMGB  |d OCLCQ  |d VLY  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB552798  |2 bnb 
016 7 |a 017166190  |2 Uk 
019 |a 908515052  |a 910341710  |a 1008960010  |a 1066454207  |a 1088965996  |a 1103258682  |a 1129360464  |a 1152994078  |a 1162428192  |a 1192329471  |a 1228620993  |a 1240508751 
020 |a 9780128008140  |q (electronic bk.) 
020 |a 0128008148  |q (electronic bk.) 
020 |z 9780128007266 
020 |z 0128007265 
029 1 |a AU@  |b 000058374659 
029 1 |a AU@  |b 000062547913 
029 1 |a AU@  |b 000068461423 
029 1 |a CHBIS  |b 010547831 
029 1 |a CHNEW  |b 001012864 
029 1 |a CHVBK  |b 341781029 
029 1 |a DEBBG  |b BV042683577 
029 1 |a DEBBG  |b BV043620295 
029 1 |a DEBSZ  |b 43355777X 
029 1 |a DEBSZ  |b 446381586 
029 1 |a DEBSZ  |b 446587850 
029 1 |a DEBSZ  |b 449491900 
029 1 |a DEBSZ  |b 475041135 
029 1 |a GBVCP  |b 835875679 
029 1 |a NZ1  |b 16092619 
029 1 |a UKMGB  |b 017166190 
035 |a (OCoLC)908192108  |z (OCoLC)908515052  |z (OCoLC)910341710  |z (OCoLC)1008960010  |z (OCoLC)1066454207  |z (OCoLC)1088965996  |z (OCoLC)1103258682  |z (OCoLC)1129360464  |z (OCoLC)1152994078  |z (OCoLC)1162428192  |z (OCoLC)1192329471  |z (OCoLC)1228620993  |z (OCoLC)1240508751 
037 |a CL0500000597  |b Safari Books Online 
050 4 |a QA76.76.S65 
072 7 |a COM  |x 051330  |2 bisacsh 
082 0 4 |a 005.14  |2 23 
049 |a UAMI 
100 1 |a Kukunas, Jim,  |e author. 
245 1 0 |a Power and performance :  |b software analysis and optimization /  |c Jim Kukunas. 
264 1 |a Amsterdam :  |b Morgan Kaufmann,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
588 0 |a Vendor-supplied metadata. 
520 8 |a Annotation  |b "Power and Performance: Software Analysis and Optimization" is a guide to solving performance problems in modern Linux systems. Power-efficient chips are no help if the software those chips run on is inefficient. Starting with the necessary architectural background as a foundation, the book demonstrates the proper usage of performance analysis tools in order to pinpoint the cause of performance problems, and includes best practices for handling common performance issues those tools identify. Provides expert perspective from a key member of Intel s optimization team on how processors and memory systems influence performancePresents ideas to improve architectures running mobile, desktop, or enterprise platformsDemonstrates best practices for designing experiments and benchmarking throughout the software lifecycleExplains the importance of profiling and measurement to determine the source of performance issues." 
505 0 |a ""Front Cover""; ""Power and Performance: Software Analysis and Optimization""; ""Copyright""; ""Dedication""; ""Contents""; ""Introduction""; "" Performance Apologetic""; "" Performance Is Power Efficiency""; "" Performance and Usage Patterns""; "" A Word on Premature Optimization""; "" The Roadmap""; "" Reference""; ""Part 1: Background Knowledge""; ""Chapter 1: Early Intel® Architecture""; ""1.1 Intel® 8086""; ""1.1.1 System State""; ""Address space""; ""1.1.2 Registers""; ""1.1.3 Instructions""; ""Data movement""; ""Integer arithmetic""; ""Boolean logic""; ""Flow control""; ""String"" 
505 8 |a ""1.1.4 Machine Code Format""""1.2 Intel® 8087""; ""1.2.1 IEEE 754 Floating Point""; ""Formats, precision, and environment""; ""C99 support""; ""1.2.2 x87 Floating Point""; ""1.3 Intel® 80286 and 80287""; ""1.3.1 Protected and Real Mode""; ""1.3.2 Protected Mode Segmentation""; ""1.3.3 Task Control""; ""1.4 Intel® 80386 and 80387""; ""1.4.1 32-Bit Mode""; ""1.4.2 Paging""; "" References""; ""Chapter 2: Intel® Pentium® Processors""; ""2.1 Intel® Pentium®""; ""2.1.1 Superscalar""; ""2.2 Intel® Pentium® Pro""; ""2.2.1 PAE""; ""2.2.2 Î?ops ""; ""2.2.3 Out-of-Order Execution"" 
505 8 |a 4.2 Step 1: Determine the Source of the Problem4.3 Step 2: Determine Whether the Bottleneck Can Be Avoided -- 4.4 Step 3: Design a Reproducible Experiment -- 4.5 Step 4: Check Upstream -- 4.5.1 Who -- 4.5.2 Where and How -- 4.5.3 What -- Git bisect -- Cleaning patches with Git -- Sending patches with Git -- 4.6 Step 5: Algorithmic Improvement -- 4.7 Step 6: Architectural Tuning -- 4.8 Step 7: Testing -- 4.9 Step 8: Performance Regression Testing -- References -- Chapter 5: Designing Experiments -- 5.1 Choosing a Metric 
505 8 |a 5.2 Dealing with External Variables5.2.1 Controllable External Variables -- 5.2.2 Uncontrollable External Variables -- 5.3 Timing -- 5.3.1 CPU Cycles -- 5.3.2 Clock Time and Unix Time -- 5.4 Phoronix Test Suite -- 5.4.1 Running Phoronix -- Configuration -- Installing Tests -- Running Tests -- Batch Mode -- 5.4.2 Working with Results -- 5.4.3 Creating Custom Tests -- 5.4.4 Phoronix Resources -- References -- Part 2: Monitors -- Chapter 6: Introduction to Profiling -- 6.1 PMU -- 6.1.1 Event Counters -- 6.1.2 Using Event Counters 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Software measurement. 
650 0 |a Computer software  |x Development. 
650 0 |a Computer software  |x Evaluation. 
650 6 |a Mesure du logiciel. 
650 6 |a Logiciels  |x Évaluation. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Quality Assurance & Testing.  |2 bisacsh 
650 7 |a Computer software  |x Development  |2 fast 
650 7 |a Computer software  |x Evaluation  |2 fast 
650 7 |a Software measurement  |2 fast 
758 |i has work:  |a Power and performance (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3JWkFDGKGmbQ76Qxjtc8C  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |z 9780128008140  |w (OCoLC)908192108 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780128007266/?ar  |z Texto completo 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=2037825  |z Texto completo 
938 |a Coutts Information Services  |b COUT  |n 31513679 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL2037825 
938 |a ebrary  |b EBRY  |n ebr11051875 
938 |a EBSCOhost  |b EBSC  |n 986468 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31513679 
938 |a YBP Library Services  |b YANK  |n 12405382 
994 |a 92  |b IZTAP