forb
Public Member Functions | List of all members
profiler_impl Class Reference

Implementation of the profiler_skeleton class, which simply calls the hash function every time it receives some data. More...

Inheritance diagram for profiler_impl:

Public Member Functions

int method0 (int data[1048576]) override
 Calculates the checksum of 4MB of data.
 
int method1 (int data[2097152]) override
 Calculates the checksum of 8MB of data.
 
int method2 (int data[4194304]) override
 Calculates the checksum of 16MB of data.
 
int method3 (int data[8388608]) override
 Calculates the checksum of 32MB of data.
 
int method4 (int data[16777216]) override
 Calculates the checksum of 64MB of data.
 
int method5 (int data[33554432]) override
 Calculates the checksum of 128MB of data.
 
int method6 (int data[67108864]) override
 Calculates the checksum of 256MB of data.
 
int method7 (int data[134217728]) override
 Calculates the checksum of 512MB of data.
 

Detailed Description

Implementation of the profiler_skeleton class, which simply calls the hash function every time it receives some data.


The documentation for this class was generated from the following file: