Struct libprefetch::metric::MetricEntry [] [src]

pub struct MetricEntry { /* fields omitted */ }

A file metric entry.

This is supposed to give some information about a file which is load by the exe.

Methods

impl MetricEntry
[src]

[src]

Returns the ID of the entry.

[src]

Returns the start time (when the file is loaded).

[src]

Returns the duration (loading duration).

[src]

Returns the average duration.

[src]

Returns the filename.

[src]

Returns the NTFS MFT entry index, if available.

[src]

Returns the NTFS sequence number, if available.

Trait Implementations

impl Debug for MetricEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MetricEntry

impl Sync for MetricEntry