Jump to content

Timings are delays in the execution of specific functions within the RAM's integrated circuit that serve to create stability in the memory writing and reading process. Here's a video from Linus

 

We have a NEW and GLORIOUSER-ER-ER PSU Tier List Now. (dammit @LukeSavenije stop coming up with new ones)

You can check out the old one that gave joy to so many across the land here

 

Computer having a hard time powering on? Troubleshoot it with this guide. (Currently looking for suggestions to update it into the context of <current year> and make it its own thread)

Computer Specs:

Spoiler

Mathresolvermajig: Intel Xeon E3 1240 (Sandy Bridge i7 equivalent)

Chillinmachine: Noctua NH-C14S
Framepainting-inator: EVGA GTX 1080 Ti SC2 Hybrid

Attachcorethingy: Gigabyte H61M-S2V-B3

Infoholdstick: Corsair 2x4GB DDR3 1333

Computerarmor: Silverstone RL06 "Lookalike"

Rememberdoogle: 1TB HDD + 120GB TR150 + 240 SSD Plus + 1TB MX500

AdditionalPylons: Phanteks AMP! 550W (based on Seasonic GX-550)

Letterpad: Rosewill Apollo 9100 (Cherry MX Red)

Buttonrodent: Razer Viper Mini + Huion H430P drawing Tablet

Auralnterface: Sennheiser HD 6xx

Liquidrectangles: LG 27UK850-W 4K HDR

 

Link to comment
https://linustechtips.com/topic/893311-what-are-timings/#findComment-11011655
Share on other sites

Link to post
Share on other sites

Timings are basically representative of delays for internal operations. The one you'll see most often is CAS Latency (CL). This is how long the memory module will delay in returning data that's requested by the CPU. CL10 RAM will delay 10 clock cycles before returning data. You have to take the frequency into account as well though, as the timings are based on clock cycles and not actual time, so CL10 3200MHz RAM will actually respond faster than CL9 1600MHz RAM. Even though it will delay for 1 more clock cycle than the CL9 1600MHz RAM, the actual time it takes for the CL10 3200MHz RAM to complete a cycle is much faster, so the actual delay ends up being shorter. 

 

This is a good article to read:

 

http://www.hardwaresecrets.com/understanding-ram-timings/

 

Quote

The operations that these numbers indicate are the following: CL-tRCD-tRP-tRAS-CMD. To understand them, bear in mind that the memory is internally organized as a matrix, where the data are stored at the intersection of the lines and columns.

  • CL: CAS Latency. The time it takes between a command having been sent to the memory and when it begins to reply to it. It is the time it takes between the processor asking for some data from the memory and then returning it.
  • tRCD: RAS to CAS Delay. The time it takes between the activation of the line (RAS) and the column (CAS) where the data are stored in the matrix.
  • tRP: RAS Precharge. The time it takes between disabling the access to a line of data and the beginning of the access to another line of data.
  • tRAS: Active to Precharge Delay. How long the memory has to wait until the next access to the memory can be initiated.
  • CMD: Command Rate. The time it takes between the memory chip having been activated and when the first command may be sent to the memory. Sometimes this value is not announced. It usually is T1 (1 clock cycle) or T2 (2 clock cycles).

Also, there's a Techquickie video on timings here:

 

 

Link to comment
https://linustechtips.com/topic/893311-what-are-timings/#findComment-11011664
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×