cpu: CPU's Released between 2010 and 2020.

Description Usage Format Source Examples

Description

Data on computer processors released between 2010 and 2020.

Usage

1

Format

A data frame with 875 rows and 12 variables.

company

Manufacturer of the CPU.

name

Model name of the processor.

codename

Name given by manufacturer to all chips with this architecture.

cores

Number of compute cores per processor.

threads

The number of threads represents the number of simultaneous calculations that can be ongoing in the processor.

base_clock

Base speed for the CPU in GHz.

boost_clock

Single-core max speed for the CPU in GHz.

socket

Specifies the type of connection to the motherboard.

process

Size of the process node used in production in nm.

l3_cache

Size of the level 3 cache on the processor in MB.

tdp

Total draw power of the processor.

released

Date which the processor was released to the public.

Source

TechPowerUp CPU Database

Examples

1
2
3
4
5
boxplot(base_clock~company, data = cpu, main="CPU Base Speed",
  xlab = "Company", ylab = "Base Clock (GHz)")

plot(cpu$process, cpu$boost_clock, main="Process Node Size V Boost Speed",
  xlab = "Process node size (nm)", ylab = "Boost Clock (GHz)")

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.