Module Measure_object_files.File_size
Information about a single file's allocated section size.
val filename : Measure_object_files.File_size.t -> stringReturns the filename.
val size : Measure_object_files.File_size.t -> int64Returns the total size of allocated sections in the file.
val has_probes : Measure_object_files.File_size.t -> boolReturns whether the file contains a .probes section.
val origin :
Measure_object_files.File_size.t ->
Measure_object_files.file_originReturns the origin of the file.